summaryrefslogtreecommitdiff
path: root/src/boot_O2_g3
diff options
context:
space:
mode:
Diffstat (limited to 'src/boot_O2_g3')
-rw-r--r--src/boot_O2_g3/idle_extra_bss.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/boot_O2_g3/idle_extra_bss.c b/src/boot_O2_g3/idle_extra_bss.c
index 019b62640..24fc0083f 100644
--- a/src/boot_O2_g3/idle_extra_bss.c
+++ b/src/boot_O2_g3/idle_extra_bss.c
@@ -1,4 +1,5 @@
-#include "global.h"
+#include "PR/ultratypes.h"
+#include "ultra64/vi.h"
// This file is currently required to fix bss reordering in idle.c. It is not resolved by prevent_bss_reordering.h .
// Hopefully it will not be permanent.