summaryrefslogtreecommitdiff
path: root/src/Dolphin/os/OSFont.c
diff options
context:
space:
mode:
authormrb0nk500 <b0nk@b0nk.xyz>2023-02-02 15:48:16 -0400
committermrb0nk500 <b0nk@b0nk.xyz>2023-02-02 15:48:16 -0400
commit8ebe60d2452889cd9699dfc742fe45ab38e2b0fd (patch)
tree634e10488e04ad3daf3c672e2eac3fb10e6b7025 /src/Dolphin/os/OSFont.c
parentffa984539251676304b1d2365f1e5643a89ddf6c (diff)
sdk: Add the rest of Dolphin SDK to object file list
Diffstat (limited to 'src/Dolphin/os/OSFont.c')
-rw-r--r--src/Dolphin/os/OSFont.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Dolphin/os/OSFont.c b/src/Dolphin/os/OSFont.c
index 34224bf..e309603 100644
--- a/src/Dolphin/os/OSFont.c
+++ b/src/Dolphin/os/OSFont.c
@@ -1,4 +1,4 @@
-#include <OS.h>
+#include <os.h>
#include <gx.h>
#include <vi.h>