summaryrefslogtreecommitdiff
path: root/preproc.c
diff options
context:
space:
mode:
Diffstat (limited to 'preproc.c')
-rw-r--r--preproc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/preproc.c b/preproc.c
index 1ee07ad..5d97d1e 100644
--- a/preproc.c
+++ b/preproc.c
@@ -34,6 +34,8 @@
* detoken is used to convert the line back to text
*/
+#include "compiler.h"
+
#include <stdio.h>
#include <stdarg.h>
#include <stdlib.h>