Add missing header.

This commit is contained in:
David Given 2019-02-10 00:45:09 +01:00
parent 39acc01862
commit aa6aefdaa0

View file

@ -1,6 +1,7 @@
#ifndef GLOBALS_H #ifndef GLOBALS_H
#define GLOBALS_H #define GLOBALS_H
#include <stdint.h>
#include <stdbool.h> #include <stdbool.h>
extern uint8_t ram[0x10000]; extern uint8_t ram[0x10000];