Include strings.h where available
[deliverable/binutils-gdb.git] / gdb / common / common-defs.h
index 0d8d1001b1443a1d5ba03fcbfb9d011e4b29abd2..b82906f1ebc6fed652cd7145eb5e3d7d5c3cb098 100644 (file)
@@ -49,6 +49,9 @@
 #include <stdint.h>
 
 #include <string.h>
+#ifdef HAVE_STRINGS_H
+#include <strings.h>   /* for strcasecmp and strncasecmp */
+#endif
 #include <errno.h>
 #include <alloca.h>
 
This page took 0.022895 seconds and 4 git commands to generate.