From 2a6978af8d044b6fc99a658515696500514abf49 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Fri, 6 Jan 1995 22:00:50 +0000 Subject: [PATCH] * gasp.c: Include string.h. Put config.h before other includes. --- gas/ChangeLog | 4 ++++ gas/gasp.c | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) 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 -- 2.30.2