summaryrefslogtreecommitdiff
path: root/src/code/db_camera.c
diff options
context:
space:
mode:
authormzxrules <mzxrules@gmail.com>2025-02-12 15:50:46 -0500
committerGitHub <noreply@github.com>2025-02-12 21:50:46 +0100
commit494aecc9fcb258675aa2f92979d673049f67ac2f (patch)
tree339e3df335f02f2a0e27eb1c97548060beacf1db /src/code/db_camera.c
parent1d2c912fbb3eb3363eaf56bd8e4c96203c99ceaa (diff)
Reduce overlay dependencies on global.h (5) (#2466)
* remove global.h dependency from all actors * fix compiler error * fix another build issue * fix bss
Diffstat (limited to 'src/code/db_camera.c')
-rw-r--r--src/code/db_camera.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/code/db_camera.c b/src/code/db_camera.c
index eb0a0d805..5da144096 100644
--- a/src/code/db_camera.c
+++ b/src/code/db_camera.c
@@ -1,5 +1,6 @@
#include "global.h"
#include "z64debug_display.h"
+#include "z64olib.h"
#define DEBUG_CAM_CONTROLLER_PORT 2