summaryrefslogtreecommitdiff
path: root/src/libc64
diff options
context:
space:
mode:
authorDragorn421 <Dragorn421@users.noreply.github.com>2025-02-25 03:18:24 +0100
committerGitHub <noreply@github.com>2025-02-24 21:18:24 -0500
commite6a9ad96207b91de2e78775dc46c00136e032f09 (patch)
treefbfa0f0d328519228bdbe5487c634648a4671db6 /src/libc64
parent2e4c42719b4dd10b328810cd2c58391063497d41 (diff)
Fixup includes (#2483)
Diffstat (limited to 'src/libc64')
-rw-r--r--src/libc64/math64.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libc64/math64.c b/src/libc64/math64.c
index 85fb4cedf..f2a6edba9 100644
--- a/src/libc64/math64.c
+++ b/src/libc64/math64.c
@@ -1,3 +1,4 @@
+#include "libc64/math64.h"
#include "z64math.h"
#include "macros.h"