diff options
Diffstat (limited to 'output/outelf32.c')
-rw-r--r-- | output/outelf32.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/output/outelf32.c b/output/outelf32.c index fbc98d6..ca91848 100644 --- a/output/outelf32.c +++ b/output/outelf32.c @@ -7,6 +7,8 @@ * distributed in the NASM archive. */ +#include "compiler.h" + #include <stdio.h> #include <stdlib.h> #include <string.h> |