summaryrefslogtreecommitdiff
path: root/nasm.c
diff options
context:
space:
mode:
Diffstat (limited to 'nasm.c')
-rw-r--r--nasm.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/nasm.c b/nasm.c
index 7a4ac55..b28f4f7 100644
--- a/nasm.c
+++ b/nasm.c
@@ -6,6 +6,8 @@
* distributed in the NASM archive.
*/
+#include "compiler.h"
+
#include <stdio.h>
#include <stdarg.h>
#include <stdlib.h>