mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 13:56:22 +08:00
2005-09-11 Bob Rossi <bob@brasko.net>
* gdb.mi/mi-var-child.c: Include <string.h>.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2005-09-11 Bob Rossi <bob@brasko.net>
|
||||||
|
|
||||||
|
* gdb.mi/mi-var-child.c: Include <string.h>.
|
||||||
|
|
||||||
2005-09-10 Daniel Jacobowitz <dan@codesourcery.com>
|
2005-09-10 Daniel Jacobowitz <dan@codesourcery.com>
|
||||||
|
|
||||||
* killed.exp: Correct gdb_expect syntax.
|
* killed.exp: Correct gdb_expect syntax.
|
||||||
|
@ -18,6 +18,7 @@
|
|||||||
Boston, MA 02111-1307, USA. */
|
Boston, MA 02111-1307, USA. */
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
struct _simple_struct {
|
struct _simple_struct {
|
||||||
int integer;
|
int integer;
|
||||||
|
Reference in New Issue
Block a user