Index: gdb_string.h =================================================================== RCS file: /cvs/src/src/gdb/gdb_string.h,v retrieving revision 1.8 diff -u -r1.8 gdb_string.h --- gdb_string.h 23 Aug 2007 18:08:31 -0000 1.8 +++ gdb_string.h 6 Nov 2007 18:41:20 -0000 @@ -23,6 +23,9 @@ #ifdef STDC_HEADERS #include +#ifdef HAVE_STRINGS_H +#include /* strcasecmp etc.. */ +#endif #else #ifdef HAVE_STRING_H #include