diff options
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> |