diff options
Diffstat (limited to 'gas/gasp.c')
-rw-r--r-- | gas/gasp.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -46,11 +46,12 @@ suitable for gas to consume. */ +#include "config.h" #include <stdio.h> +#include <string.h> #include <getopt.h> #include <ctype.h> -#include "config.h" #ifdef HAVE_STDLIB_H #include <stdlib.h> |