2004-10-08  Andrew Pinski  <pinskia@physics.uc.edu>
        * gcc.dg/darwin-longdouble.c: Include stdlib.h and string.h.
        * gcc.dg/darwin-abi-2.c: Include stdlib.h.
From-SVN: r88757
+2004-10-08  Andrew Pinski  <pinskia@physics.uc.edu>
+
+       * gcc.dg/darwin-longdouble.c: Include stdlib.h and string.h.
+       * gcc.dg/darwin-abi-2.c: Include stdlib.h.
+
 2004-10-08  Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
 
        * gcc.dg/ultrasp11.c: New test.
 
    tests that the ABI is correct.  */
 
 #include <stdio.h>
+#include <stdlib.h>
 
 #define vector __attribute__((vector_size(16)))
 
 
 /* No options so 'long long' can be used.  */
 
 #include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
 
 typedef unsigned long long uint64_t;
 typedef uint64_t ldbits[2];