diff options
Diffstat (limited to 'kms++util')
| -rw-r--r-- | kms++util/src/font_8x8.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kms++util/src/font_8x8.h b/kms++util/src/font_8x8.h index ed9bf3f..ea01ecb 100644 --- a/kms++util/src/font_8x8.h +++ b/kms++util/src/font_8x8.h @@ -4,6 +4,8 @@ /* */ /**********************************************/ +#include <stdint.h> + const uint8_t fontdata_8x8[] = { /* 0 0x00 '^@' */ @@ -2565,5 +2567,4 @@ const uint8_t fontdata_8x8[] = { 0x00, /* 00000000 */ 0x00, /* 00000000 */ 0x00, /* 00000000 */ - }; |
