diff options
author | paul <nintendo6496@googlemail.com> | 2018-11-24 19:57:36 +0100 |
---|---|---|
committer | paul <nintendo6496@googlemail.com> | 2018-11-24 19:57:36 +0100 |
commit | 4744a7d96ec21fc9480165061990ba98a774a469 (patch) | |
tree | 0c24d7e392d5cc4302e6ed6381b2a2dc047a2b3a /include/gba/gba.h | |
parent | 284bbf91af43b0c9928865894cbc1d3001e57c16 (diff) | |
parent | fecda40501d39c633435fe2777ebc93d92233ca1 (diff) |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'include/gba/gba.h')
-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" |