mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-10 01:25:30 +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>
|
2007-11-08 Vladimir Prus <vladimir@codesourcery.com>
|
||||||
|
|
||||||
* breakpoint.c (break_command_1): Remove
|
* breakpoint.c (break_command_1): Remove
|
||||||
|
@ -23,6 +23,9 @@
|
|||||||
|
|
||||||
#ifdef STDC_HEADERS
|
#ifdef STDC_HEADERS
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
#ifdef HAVE_STRINGS_H
|
||||||
|
#include <strings.h> /* strcasecmp etc.. */
|
||||||
|
#endif
|
||||||
#else
|
#else
|
||||||
#ifdef HAVE_STRING_H
|
#ifdef HAVE_STRING_H
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
Reference in New Issue
Block a user