diff options
Diffstat (limited to '')
-rw-r--r-- | masm/symtbl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/masm/symtbl.c b/masm/symtbl.c index b75c752..8aa7bcf 100644 --- a/masm/symtbl.c +++ b/masm/symtbl.c @@ -3,7 +3,7 @@ #include <stdlib.h> #include <string.h> -#include "parse.h" +#include "asm.h" #define SYMTBL_INIT_LEN 24 |