diff options
author | mrb0nk500 <b0nk@b0nk.xyz> | 2023-02-02 15:48:16 -0400 |
---|---|---|
committer | mrb0nk500 <b0nk@b0nk.xyz> | 2023-02-02 15:48:16 -0400 |
commit | 8ebe60d2452889cd9699dfc742fe45ab38e2b0fd (patch) | |
tree | 634e10488e04ad3daf3c672e2eac3fb10e6b7025 /src/Dolphin/os | |
parent | ffa984539251676304b1d2365f1e5643a89ddf6c (diff) |
sdk: Add the rest of Dolphin SDK to object file list
Diffstat (limited to 'src/Dolphin/os')
-rw-r--r-- | src/Dolphin/os/OSFont.c | 2 |
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> |