* gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include

<string.h>.
This commit is contained in:
Mark Kettenis
2004-01-24 18:25:06 +00:00
parent dadcf8010f
commit 7cf03d44ce
4 changed files with 10 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
#include <string.h>
#define ARRSIZE 32
int intarray[ARRSIZE], intarray2[ARRSIZE];