diff options
Diffstat (limited to 'res/fonts/pcvga.c')
-rw-r--r-- | res/fonts/pcvga.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/fonts/pcvga.c b/res/fonts/pcvga.c index b646eb8..b520171 100644 --- a/res/fonts/pcvga.c +++ b/res/fonts/pcvga.c @@ -1,6 +1,6 @@ #include <stdio.h> -#include <proto/font_file.h> +#include <font_file.h> char font_data[256][16] = { /* 0x00 */ {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, |