2007-11-08 Aleksandar Ristovski <aristovski@qnx.com>

* gdb_string.h: Include <strings.h>.
This commit is contained in:
Ulrich Weigand 2007-11-08 21:04:47 +00:00
parent db107f19ec
commit 85bc6eddac
2 changed files with 7 additions and 0 deletions

View File

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

View File

@ -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>