2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
authorMichael Chastain <mec@google.com>
Thu, 5 Aug 2004 07:44:47 +0000 (07:44 +0000)
committerMichael Chastain <mec@google.com>
Thu, 5 Aug 2004 07:44:47 +0000 (07:44 +0000)
* gdb.base/gcore.c: Include <string.h>.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/gcore.c

index 5ec61d11951811c9570431aa1ffc86adb1504ac3..d01a8b9df8490b4872d9c24e6e65b307e05ec720 100644 (file)
@@ -1,3 +1,7 @@
+2004-08-05  Michael Chastain  <mec.gnu@mindspring.com>
+
+       * gdb.base/gcore.c: Include <string.h>.
+
 2004-08-05  Michael Chastain  <mec.gnu@mindspring.com>
 
        * gdb.base/gcore.c: Add copyright notice.
index 596204eecf349b4e0854e620160ad32d5702b7f3..24de8c7eb2f25d9a702df3c326225cca41798c6f 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright 2002 Free Software Foundation, Inc.
+/* Copyright 2002, 2004 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -22,6 +22,7 @@
  */
 
 #include <stdlib.h>
+#include <string.h>
 
 int extern_array[4] = {1, 2, 3, 4};
 static int static_array[4] = {5, 6, 7, 8};
This page took 0.031133 seconds and 4 git commands to generate.