Assorted code cleanup and fixes for hppa. Re-enable elf32-hppa as
[deliverable/binutils-gdb.git] / gas / sb.c
index b48b07616ea97c0c4535a50b37cd8d91b1962415..6ec23fcdb923addeb31c7bb3397f78fe61aab710 100644 (file)
--- a/gas/sb.c
+++ b/gas/sb.c
 
 #include "config.h"
 #include <stdio.h>
+#ifdef HAVE_STRING_H
+#include <string.h>
+#else
+#include <strings.h>
+#endif
+#include "libiberty.h"
 #include "sb.h"
 
 /* These routines are about manipulating strings.
This page took 0.023993 seconds and 4 git commands to generate.