diff options
Diffstat (limited to 'src/code/relocation.c')
| -rw-r--r-- | src/code/relocation.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/relocation.c b/src/code/relocation.c index dccd6e176..68f7ac7d0 100644 --- a/src/code/relocation.c +++ b/src/code/relocation.c @@ -1,4 +1,4 @@ -#include <global.h> +#include "global.h" void Overlay_Relocate(void* allocatedVRamAddress, OverlayRelocationSection* overlayInfo, void* vRamAddress) { u32 sections[4]; |
