aboutsummaryrefslogtreecommitdiff
path: root/src/userspace/graphics/graphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/userspace/graphics/graphics.h')
-rw-r--r--src/userspace/graphics/graphics.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/userspace/graphics/graphics.h b/src/userspace/graphics/graphics.h
index 6197020..a0dcaf5 100644
--- a/src/userspace/graphics/graphics.h
+++ b/src/userspace/graphics/graphics.h
@@ -1,6 +1,8 @@
#ifndef MELVIX_GRAPHICS_H
#define MELVIX_GRAPHICS_H
+#include <stdint.h>
+
struct font {
uint16_t font_32[758][32];
uint16_t font_24[758][24];