* gdb.mi/basics.c: Include <stdio.h>.
* gdb.mi/pthreads.c: Include <stdlib.h>.
* gdb.mi/var-cmd.c: Include <stdlib.h>.
+2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
+
+ * gdb.mi/basics.c: Include <stdio.h>.
+ * gdb.mi/pthreads.c: Include <stdlib.h>.
+ * gdb.mi/var-cmd.c: Include <stdlib.h>.
+
2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
* gdb.threads/schedlock.c: Add copyright notice.
-/* Copyright 1999, 2000
+/* Copyright 1999, 2000, 2004
Free Software Foundation, Inc.
This file is part of GDB.
* on function calls. Useful to test printing frames, stepping, etc.
*/
+#include <stdio.h>
+
int callee4 (void)
{
int A=1;
Boston, MA 02111-1307, USA. */
#include <stdio.h>
+#include <stdlib.h>
#include <pthread.h>
/* Under OSF 2.0 & 3.0 and HPUX 10, the second arg of pthread_create
-/* Copyright 1999 Free Software Foundation, Inc.
+/* Copyright 1999, 2004 Free Software Foundation, Inc.
This file is part of GDB.
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
+#include <stdlib.h>
+
struct _simple_struct {
int integer;
unsigned int unsigned_integer;