--- comptbl.c +++ comptbl.c @@ -28,6 +28,8 @@ #include #include #include +#include +#include #define ALLOC_SIZE 0x48d801 /* approximately 4.69MB */ #define TBL_BASE ((unsigned char *)0x10000000) --- gamegenie.c +++ gamegenie.c @@ -12,6 +12,7 @@ #include #include +#include #include "gamegenie.h" --- io.c +++ io.c @@ -21,6 +21,7 @@ #endif /* HAVE_FEATURES_H */ #include +#include #include "consts.h" #include "globals.h" --- mapper.c +++ mapper.c @@ -13,6 +13,7 @@ #include #include +#include #include "consts.h" #include "globals.h" --- sound.c +++ sound.c @@ -116,6 +116,7 @@ #include #include #include +#include #ifdef HAVE_CONFIG_H #include "config.h"