From: Ken Raeburn Date: Fri, 6 Jan 1995 22:00:50 +0000 (+0000) Subject: * gasp.c: Include string.h. Put config.h before other includes. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2a6978af8d044b6fc99a658515696500514abf49;p=binutils-gdb.git * gasp.c: Include string.h. Put config.h before other includes. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 80a4a12a5b4..1586440672a 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +Fri Jan 6 16:59:41 1995 Ken Raeburn + + * gasp.c: Include string.h. Put config.h before other includes. + Fri Dec 30 18:21:41 1994 Ken Raeburn * listing.c (list_symbol_table): Build a format string based on diff --git a/gas/gasp.c b/gas/gasp.c index a28c770c587..be7260cbc18 100644 --- a/gas/gasp.c +++ b/gas/gasp.c @@ -46,11 +46,12 @@ suitable for gas to consume. */ +#include "config.h" #include +#include #include #include -#include "config.h" #ifdef HAVE_STDLIB_H #include