diff options
Diffstat (limited to 'sysdep/config.h')
-rw-r--r-- | sysdep/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdep/config.h b/sysdep/config.h index d740ff06..fb710d86 100644 --- a/sysdep/config.h +++ b/sysdep/config.h @@ -24,6 +24,7 @@ #include "sysdep/paths.h" /* Types */ + #include <stdint.h> typedef int8_t s8; typedef uint8_t u8; |