* gasp.c: Include string.h. Put config.h before other includes.
[deliverable/binutils-gdb.git] / gas / gasp.c
index a28c770c587cead262bf0879c266c410df4cf3f4..be7260cbc1853ab05bafa55e21f8ebcae2af75ce 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>
This page took 0.022769 seconds and 4 git commands to generate.