diff options
Diffstat (limited to 'dis-asm.h')
-rw-r--r-- | dis-asm.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -10,6 +10,7 @@ #define DIS_ASM_H #include <stdio.h> +#include <string.h> #include "bfd.h" typedef int (*fprintf_ftype) PARAMS((FILE*, const char*, ...)); |