diff options
Diffstat (limited to 'gdb/gdb_string.h')
-rw-r--r-- | gdb/gdb_string.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gdb_string.h b/gdb/gdb_string.h index e5d3ffc..42fa7da 100644 --- a/gdb/gdb_string.h +++ b/gdb/gdb_string.h @@ -24,7 +24,7 @@ #ifdef STDC_HEADERS #include <string.h> #ifdef HAVE_STRINGS_H -#include <strings.h> /* strcasecmp etc.. */ +#include <strings.h> /* strcasecmp etc.. */ #endif #else #ifdef HAVE_STRING_H |