diff options
Diffstat (limited to 'nasm.c')
-rw-r--r-- | nasm.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -6,6 +6,8 @@ * distributed in the NASM archive. */ +#include "compiler.h" + #include <stdio.h> #include <stdarg.h> #include <stdlib.h> |