diff options
Diffstat (limited to '')
| -rw-r--r-- | masm/asm/strtab.c (renamed from masm/strtab.c) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/masm/strtab.c b/masm/asm/strtab.c index bd914b0..799f0dc 100644 --- a/masm/strtab.c +++ b/masm/asm/strtab.c @@ -2,7 +2,7 @@ #include <string.h> #include <stdlib.h> -#include "asm.h" +#include "elf32.h" int strtab_get_str(struct elf_str_table *strtab, const char *str, size_t *res) { |