Add missing header.
This commit is contained in:
parent
39acc01862
commit
aa6aefdaa0
|
@ -1,6 +1,7 @@
|
|||
#ifndef GLOBALS_H
|
||||
#define GLOBALS_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
extern uint8_t ram[0x10000];
|
||||
|
|
Loading…
Reference in a new issue