* gasp.c: Include string.h. Put config.h before other includes.
authorKen Raeburn <raeburn@cygnus>
Fri, 6 Jan 1995 22:00:50 +0000 (22:00 +0000)
committerKen Raeburn <raeburn@cygnus>
Fri, 6 Jan 1995 22:00:50 +0000 (22:00 +0000)
gas/ChangeLog
gas/gasp.c

index 80a4a12..1586440 100644 (file)
@@ -1,3 +1,7 @@
+Fri Jan  6 16:59:41 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
+
+       * gasp.c: Include string.h.  Put config.h before other includes.
+
 Fri Dec 30 18:21:41 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
 
        * listing.c (list_symbol_table): Build a format string based on
index a28c770..be7260c 100644 (file)
@@ -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>