mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 21:41:47 +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>
|
||||
|
||||
* killed.exp: Correct gdb_expect syntax.
|
||||
|
@ -18,6 +18,7 @@
|
||||
Boston, MA 02111-1307, USA. */
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
struct _simple_struct {
|
||||
int integer;
|
||||
|
Reference in New Issue
Block a user