diff options
Diffstat (limited to 'gdb/gdb_string.h')
-rw-r--r-- | gdb/gdb_string.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/gdb_string.h b/gdb/gdb_string.h index 0c61768..8900769 100644 --- a/gdb/gdb_string.h +++ b/gdb/gdb_string.h @@ -23,6 +23,9 @@ #ifdef STDC_HEADERS #include <string.h> +#ifdef HAVE_STRINGS_H +#include <strings.h> /* strcasecmp etc.. */ +#endif #else #ifdef HAVE_STRING_H #include <string.h> |