* Makefile.am: Rename .dep* files to DEP*. Change DEP variable to
[deliverable/binutils-gdb.git] / gas / sb.c
index bbb298d0a0c4fa1a33efda180f3b59b57adddb84..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"
 
This page took 0.023041 seconds and 4 git commands to generate.