OSDN Git Service

2005-09-11 Bob Rossi <bob@brasko.net>
authorBob Rossi <bob@brasko.net>
Sun, 11 Sep 2005 12:50:45 +0000 (12:50 +0000)
committerBob Rossi <bob@brasko.net>
Sun, 11 Sep 2005 12:50:45 +0000 (12:50 +0000)
        * gdb.mi/mi-var-child.c: Include <string.h>.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.mi/mi-var-child.c

index 2c7b0f3..0a86994 100644 (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.
index 7686758..1bfcd32 100644 (file)
@@ -18,6 +18,7 @@
    Boston, MA 02111-1307, USA.  */
 
 #include <stdlib.h>
+#include <string.h>
 
 struct _simple_struct {
   int integer;