diff options
Diffstat (limited to 'include/dolphin/os/OSError.h')
| -rw-r--r-- | include/dolphin/os/OSError.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/dolphin/os/OSError.h b/include/dolphin/os/OSError.h index c2dcd5b9b8..833ce34633 100644 --- a/include/dolphin/os/OSError.h +++ b/include/dolphin/os/OSError.h @@ -1,12 +1,14 @@ #ifndef OSERROR_H #define OSERROR_H -#include "dolphin/os/OSContext.h" +#include "dolphin/types.h" #ifdef __cplusplus extern "C" { #endif +typedef struct OSContext OSContext; + extern u32 __OSFpscrEnableBits; typedef u16 OSError; |
