Backport from mainline.
* java/lang/natPosixProcess.cc: Include <sys/time.h> before
<sys/resource.h> to restore bootstrap on powerpc-apple-darwin7.9.0.
From-SVN: r129214
+2007-10-10 Roger Sayle <roger@eyesopen.com>
+
+ Backport from mainline.
+ * java/lang/natPosixProcess.cc: Include <sys/time.h> before
+ <sys/resource.h> to restore bootstrap on powerpc-apple-darwin7.9.0.
+
2007-10-07 Release Manager
* GCC 4.2.2 released.
#include <fcntl.h>
#include <sys/types.h>
#include <sys/wait.h>
+#ifdef HAVE_SYS_TIME_H
+#include <sys/time.h>
+#endif
#ifdef HAVE_SYS_RESOURCE_H
#include <sys/resource.h>
#endif