PR binutils/14028
[deliverable/binutils-gdb.git] / binutils / sysdep.h
index 0e1d502fcdc72cf937acec413cfbbcf713651d01..5164e791c55c790448d4cdf0e09fdf2f1fb77c65 100644 (file)
@@ -46,6 +46,10 @@ extern int errno;
 #include <unistd.h>
 #endif
 
+#ifdef STRING_WITH_STRINGS
+#include <string.h>
+#include <strings.h>
+#else
 #ifdef HAVE_STRING_H
 #include <string.h>
 #else
@@ -56,6 +60,7 @@ extern char *strchr ();
 extern char *strrchr ();
 #endif
 #endif
+#endif
 
 #ifdef HAVE_STDLIB_H
 #include <stdlib.h>
This page took 0.026556 seconds and 4 git commands to generate.