* gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
authorMark Kettenis <kettenis@gnu.org>
Sat, 24 Jan 2004 18:25:06 +0000 (18:25 +0000)
committerMark Kettenis <kettenis@gnu.org>
Sat, 24 Jan 2004 18:25:06 +0000 (18:25 +0000)
<string.h>.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/charset.c
gdb/testsuite/gdb.base/dump.c
gdb/testsuite/gdb.base/huge.c

index 90cb99c5c842b68865a0750df947caee71089e66..8a0e54fd96a03641ec274834707b13f548c42cb2 100644 (file)
@@ -1,3 +1,8 @@
+2004-01-24  Mark Kettenis  <kettenis@gnu.org>
+
+       * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
+       <string.h>.
+
 2004-01-24  Nick Roberts  <nick@nick.uklinux.net>
 
        * gdb.mi/mi-stack.exp: Update copyright.
index ece684a1ef910bb1ac475cbe3a2e457fbe8d721b..a7b71238c5f0cb7f09ab41c44987d1c3c0b4c6af 100644 (file)
@@ -2,6 +2,7 @@
    Jim Blandy <jimb@cygnus.com> --- December 2001 */
 
 #include <stdio.h>
+#include <string.h>
 
 
 /* X_string is a null-terminated string in the X charset whose
index 784edf6ac8b89ffa44586ede9c363118f66c2668..bc68778ee7aba457391b5e69f1152202355ce6ab 100644 (file)
@@ -1,3 +1,5 @@
+#include <string.h>
+
 #define ARRSIZE 32
 int intarray[ARRSIZE], intarray2[ARRSIZE];
 
index 419b92cc5b77e00c91b2f4126904a029c52da53c..446bb1803712f71c44401eac3ce24dd30be12523 100644 (file)
@@ -2,6 +2,8 @@
  * Test GDB's ability to read a very large data object from target memory.
  */
 
+#include <string.h>
+
 /* A value that will produce a target data object large enough to
    crash GDB.  0x200000 is big enough on GNU/Linux, other systems may
    need a larger number.  */