diff --git a/src/buffers.c b/src/buffers.c index 3ca949c8..6cbe0b8a 100644 --- a/src/buffers.c +++ b/src/buffers.c @@ -1,4 +1,4 @@ -#include "global.h" +#include "sys.h" u64 gDramStack[SP_DRAM_STACK_SIZE64]; u8 gOSYieldData[OS_YIELD_DATA_SIZE]; diff --git a/srcjp/buffers.c b/srcjp/buffers.c index 3ca949c8..6cbe0b8a 100644 --- a/srcjp/buffers.c +++ b/srcjp/buffers.c @@ -1,4 +1,4 @@ -#include "global.h" +#include "sys.h" u64 gDramStack[SP_DRAM_STACK_SIZE64]; u8 gOSYieldData[OS_YIELD_DATA_SIZE];