[kaffe] CVS kaffe (guilhem): Build fix for m68k
Kaffe CVS
cvs-commits at kaffe.org
Sat Jun 5 04:03:02 PDT 2004
PatchSet 4824
Date: 2004/06/05 10:41:13
Author: guilhem
Branch: HEAD
Tag: (none)
Log:
Build fix for m68k
* config/m68k/linux/md.h: Added some missing headers.
Members:
ChangeLog:1.2392->1.2393
config/m68k/linux/md.h:1.9->1.10
Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.2392 kaffe/ChangeLog:1.2393
--- kaffe/ChangeLog:1.2392 Fri Jun 4 20:28:14 2004
+++ kaffe/ChangeLog Sat Jun 5 10:41:13 2004
@@ -1,3 +1,7 @@
+2004-06-05 Guilhem Lavaux <guilhem at kaffe.org>
+
+ * config/m68k/linux/md.h: Added some missing headers.
+
2004-06-04 Guilhem Lavaux <guilhem at kaffe.org>
* config/m68k/linux/md.h,
Index: kaffe/config/m68k/linux/md.h
diff -u kaffe/config/m68k/linux/md.h:1.9 kaffe/config/m68k/linux/md.h:1.10
--- kaffe/config/m68k/linux/md.h:1.9 Fri Jun 4 20:28:16 2004
+++ kaffe/config/m68k/linux/md.h Sat Jun 5 10:41:15 2004
@@ -15,6 +15,15 @@
#include "m68k/common.h"
#include "m68k/threads.h"
#include "support.h"
+#if defined(HAVE_SYS_TIME_H)
+#include <sys/time.h>
+#endif
+#if defined(HAVE_SYS_RESOURCE_H)
+#include <sys/resource.h>
+#endif
+#if defined(HAVE_UNISTD_H)
+#include <unistd.h>
+#endif
/*
* Redefine stack pointer offset.
More information about the kaffe
mailing list