summaryrefslogtreecommitdiff
path: root/src/include/vga.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/vga.h')
-rw-r--r--src/include/vga.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/vga.h b/src/include/vga.h
index 93d5df3..eb43644 100644
--- a/src/include/vga.h
+++ b/src/include/vga.h
@@ -1,7 +1,7 @@
#ifndef VGA_H
#define VGA_H
-#include"types.h"
+#include<types.h>
static const size_t VGA_WIDTH = 80;
static const size_t VGA_HEIGHT = 25;