From 2a6978af8d044b6fc99a658515696500514abf49 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Fri, 6 Jan 1995 22:00:50 +0000 Subject: * gasp.c: Include string.h. Put config.h before other includes. --- gas/gasp.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gas/gasp.c') diff --git a/gas/gasp.c b/gas/gasp.c index a28c770..be7260c 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 -- cgit v1.1