2005-09-11 Bob Rossi <bob@brasko.net>

* gdb.mi/mi-var-child.c: Include <string.h>.
This commit is contained in:
Bob Rossi 2005-09-11 12:50:45 +00:00
parent 190f2fef35
commit 3c7385ece0
2 changed files with 5 additions and 0 deletions

View File

@ -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.

View File

@ -18,6 +18,7 @@
Boston, MA 02111-1307, USA. */
#include <stdlib.h>
#include <string.h>
struct _simple_struct {
int integer;