mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-03 05:12:28 +08:00
2007-11-08 Aleksandar Ristovski <aristovski@qnx.com>
* gdb_string.h: Include <strings.h>.
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user