]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
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 2c7b0f302b68c460331ff43577bb03ac650e0005..0a86994c5b1797a53eed49a65659db9d6bb1ad75 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 7686758a02988c43f3305efb824d042aef140bcb..1bfcd32d16bfd1f707262bd99af8c089f4761b55 100644 (file)
@@ -18,6 +18,7 @@
    Boston, MA 02111-1307, USA.  */
 
 #include <stdlib.h>
+#include <string.h>
 
 struct _simple_struct {
   int integer;