OSDN Git Service

2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
authorchastain <chastain>
Thu, 26 Aug 2004 19:26:10 +0000 (19:26 +0000)
committerchastain <chastain>
Thu, 26 Aug 2004 19:26:10 +0000 (19:26 +0000)
* gdb.base/unload.c: Include <stdlib.h>.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/unload.c

index 2c5bf98..e8315a8 100644 (file)
@@ -1,5 +1,9 @@
 2004-08-26  Michael Chastain  <mec.gnu@mindspring.com>
 
+       * gdb.base/unload.c: Include <stdlib.h>.
+
+2004-08-26  Michael Chastain  <mec.gnu@mindspring.com>
+
        From Paul Gilliam <pgilliam@us.ibm.com>:
        * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
        synchronized after the "return".
index 4d7d05d..5c5e3d3 100644 (file)
@@ -17,6 +17,7 @@
    Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
 
 #include <stdio.h>
+#include <stdlib.h>
 #include <dlfcn.h>
 
 int k = 0;