2007-11-08 Aleksandar Ristovski <aristovski@qnx.com>
* gdb_string.h: Include <strings.h>.
This commit is contained in:
parent
db107f19ec
commit
85bc6eddac
2 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue