diff options
Diffstat (limited to 'preproc.c')
-rw-r--r-- | preproc.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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> |