diff options
Diffstat (limited to 'source/ppu.h')
-rw-r--r-- | source/ppu.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/ppu.h b/source/ppu.h index e04c4ad..447f7f1 100644 --- a/source/ppu.h +++ b/source/ppu.h @@ -2,6 +2,8 @@ #define _PPU_H_ #include "../copyright" +#include <stdint.h> +#include <boolean.h> #include <retro_inline.h> #define FIRST_VISIBLE_LINE 1 |