OSDN Git Service

* c_variable.c: Include <stdlib.h> for a declaration of exit().
authormacro <macro>
Wed, 27 Jun 2007 15:23:08 +0000 (15:23 +0000)
committermacro <macro>
Wed, 27 Jun 2007 15:23:08 +0000 (15:23 +0000)
gdb/testsuite/gdb.gdbtk/ChangeLog
gdb/testsuite/gdb.gdbtk/c_variable.c

index 3360312..176bac7 100644 (file)
@@ -1,3 +1,7 @@
+2007-06-27  Maciej W. Rozycki  <macro@mips.com>
+
+       * c_variable.c: Include <stdlib.h> for a declaration of exit().
+
 2007-02-08  Andreas Schwab  <schwab@suse.de>
 
        * insight-support.exp (gdbtk_start): Return error status instead
index 461d5ce..0c0efc2 100644 (file)
@@ -1,3 +1,5 @@
+#include <stdlib.h>
+
 struct _simple_struct {
   int integer;
   unsigned int unsigned_integer;