summaryrefslogtreecommitdiff
path: root/src/code/z_lib.c
diff options
context:
space:
mode:
authorDragorn421 <Dragorn421@users.noreply.github.com>2024-09-08 00:47:22 +0200
committerGitHub <noreply@github.com>2024-09-07 16:47:22 -0600
commit2e2b2e2c7a59bd3544de5e73f72a03b947ec8ab3 (patch)
treef8b347b1649933af455a23aee0bb31f67af1fbc1 /src/code/z_lib.c
parente982c44721a76972de0e16a971e6447fc68f3f67 (diff)
[headers] Move padmgr, scheduler, irqmgr symbols to respective headers; add segmented_address.h (#1681)
* [headers] Move padmgr, scheduler symbols to respective headers * fix revealed header problems * Fix bss * review * bss * segmented_address.h --------- Co-authored-by: Derek Hensley <hensley.derek58@gmail.com>
Diffstat (limited to 'src/code/z_lib.c')
-rw-r--r--src/code/z_lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/z_lib.c b/src/code/z_lib.c
index 8a494cf76..e8d95584a 100644
--- a/src/code/z_lib.c
+++ b/src/code/z_lib.c
@@ -3,7 +3,7 @@
#include "libc64/qrand.h"
-#include "main.h"
+#include "segmented_address.h"
#include "sfx.h"
#include "z64game.h"