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