diff options
author | Ken Raeburn <raeburn@cygnus> | 1995-01-06 22:00:50 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1995-01-06 22:00:50 +0000 |
commit | 2a6978af8d044b6fc99a658515696500514abf49 (patch) | |
tree | 0a3169d74ee8baa154ff5335d73ede154accf8d4 /gas/gasp.c | |
parent | 42cf6d7950ebbb91215bac2035055ceb0d5ccda4 (diff) | |
download | gdb-2a6978af8d044b6fc99a658515696500514abf49.zip gdb-2a6978af8d044b6fc99a658515696500514abf49.tar.gz gdb-2a6978af8d044b6fc99a658515696500514abf49.tar.bz2 |
* gasp.c: Include string.h. Put config.h before other includes.
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> |