summaryrefslogtreecommitdiff
path: root/src/boot/z_std_dma.c
diff options
context:
space:
mode:
authorDerek Hensley <hensley.derek58@gmail.com>2023-11-09 15:08:21 -0800
committerGitHub <noreply@github.com>2023-11-10 10:08:21 +1100
commite96f18d4e720663f79c6a7dc74c19b3c7f83ea5f (patch)
tree82f6a61d1ee91f673c3d77b45e7622fc428505d4 /src/boot/z_std_dma.c
parent70637abca9c4c44f7989c76937ab87771ed03804 (diff)
Small boot cleanup (#1475)
Diffstat (limited to 'src/boot/z_std_dma.c')
-rw-r--r--src/boot/z_std_dma.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/boot/z_std_dma.c b/src/boot/z_std_dma.c
index ac4992264..5b5265629 100644
--- a/src/boot/z_std_dma.c
+++ b/src/boot/z_std_dma.c
@@ -1,8 +1,10 @@
#include "prevent_bss_reordering.h"
#include "global.h"
+#include "carthandle.h"
#include "fault.h"
#include "stack.h"
#include "stackcheck.h"
+#include "z64dma.h"
#include "z64thread.h"
size_t gDmaMgrDmaBuffSize = 0x2000;