diff options
Diffstat (limited to 'examples/system/dynlink/library/dll_common.h')
| -rw-r--r-- | examples/system/dynlink/library/dll_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/system/dynlink/library/dll_common.h b/examples/system/dynlink/library/dll_common.h index 4f9314b..315a993 100644 --- a/examples/system/dynlink/library/dll_common.h +++ b/examples/system/dynlink/library/dll_common.h @@ -6,6 +6,7 @@ #ifndef __DLL_COMMON_H #define __DLL_COMMON_H +#include <stdint.h> #include <psxgpu.h> /* Common structures shared by the main executable and DLLs */ |
