diff options
| author | fig02 <fig02srl@gmail.com> | 2025-04-05 19:16:52 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-05 19:16:52 -0400 |
| commit | 5133db15a3d3f554e7936a600ff358a6aa38540a (patch) | |
| tree | b94d427b1ae5dff84d73812ad02c984b763564d8 /src/boot/boot_main.c | |
| parent | 1beeff96583e30f6a61960446a97b3583ff2ac73 (diff) | |
Remove functions.h (#2501)
* split most of functions.h
* osdriverominit
* forgot include
* fix
* remove functions.h
* temporary fix for fix_bss
* fix bss
* revert fix_bss.py change
Diffstat (limited to 'src/boot/boot_main.c')
| -rw-r--r-- | src/boot/boot_main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/boot/boot_main.c b/src/boot/boot_main.c index 75c1b9cf8..689d4f031 100644 --- a/src/boot/boot_main.c +++ b/src/boot/boot_main.c @@ -1,4 +1,6 @@ #include "boot.h" +#include "idle.h" +#include "is_debug.h" #include "stack.h" #include "stackcheck.h" #if PLATFORM_N64 |
