* gdb_string.h: Include <strings.h>.
@ -1,3 +1,7 @@
2007-11-08 Aleksandar Ristovski <aristovski@qnx.com>
2007-11-08 Vladimir Prus <vladimir@codesourcery.com>
* breakpoint.c (break_command_1): Remove
@ -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