+2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
+
+ * gdb.base/freebpcmd.c: Include <stdio.h>.
+ * gdb.base/long_long.c: Include <string.h>.
+ * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
+ * gdb.base/siginfo.c: Include <string.h>.
+ * gdb.base/sigstep.c: Include <string.h>.
+
2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
* gdb.base/complex.c: Include <stdlib.h>.
/* Test program for GDB crashes while doing bp commands that continue inferior.
- Copyright 2003 Free Software Foundation, Inc.
+ Copyright 2003, 2004 Free Software Foundation, Inc.
This file is part of the gdb testsuite.
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
+#include <stdio.h>
+
int
main (int argc, char **argv)
{