summaryrefslogtreecommitdiff
path: root/src/heretic/am_map.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/heretic/am_map.c')
-rw-r--r--src/heretic/am_map.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/heretic/am_map.c b/src/heretic/am_map.c
index 9fcc2714..90807644 100644
--- a/src/heretic/am_map.c
+++ b/src/heretic/am_map.c
@@ -23,11 +23,14 @@
// AM_map.c
+#include <stdio.h>
+
#include "doomdef.h"
#include "p_local.h"
#include "am_map.h"
#include "am_data.h"
-#include <stdio.h>
+
+#include "doomkeys.h"
vertex_t KeyPoints[NUMKEYS];