diff options
Diffstat (limited to 'include/gba')
-rw-r--r-- | include/gba/gba.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/gba/gba.h b/include/gba/gba.h index 7e58efb9f..4b5f2de95 100644 --- a/include/gba/gba.h +++ b/include/gba/gba.h @@ -1,6 +1,7 @@ #ifndef GUARD_GBA_GBA_H #define GUARD_GBA_GBA_H +#include <string.h> #include "defines.h" #include "io_reg.h" #include "types.h" |