[kaffe] CVS kaffe (robilad): Small fix for build on FreeBSD
Kaffe CVS
cvs-commits at kaffe.org
Sun Jul 17 13:45:22 PDT 2005
PatchSet 6746
Date: 2005/07/17 20:39:00
Author: robilad
Branch: HEAD
Tag: (none)
Log:
Small fix for build on FreeBSD
2005-07-17 Eric Anholt <eta at lclark.edu>
* config/config-net.h: Include sys/types.h to
fix build on FreeBSD.
Members:
ChangeLog:1.4270->1.4271
config/config-net.h:1.2->1.3
Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.4270 kaffe/ChangeLog:1.4271
--- kaffe/ChangeLog:1.4270 Sun Jul 17 18:00:55 2005
+++ kaffe/ChangeLog Sun Jul 17 20:39:00 2005
@@ -1,3 +1,8 @@
+2005-07-17 Eric Anholt <eta at lclark.edu>
+
+ * config/config-net.h: Include sys/types.h to
+ fix build on FreeBSD.
+
2005-07-17 Guilhem Lavaux <guilhem at kaffe.org>
* configure: Regenerated.
Index: kaffe/config/config-net.h
diff -u kaffe/config/config-net.h:1.2 kaffe/config/config-net.h:1.3
--- kaffe/config/config-net.h:1.2 Tue Oct 28 12:29:29 2003
+++ kaffe/config/config-net.h Sun Jul 17 20:39:03 2005
@@ -11,6 +11,9 @@
#ifndef __config_net_h
#define __config_net_h
+#if defined(HAVE_SYS_TYPES_H)
+#include <sys/types.h>
+#endif
#if defined(HAVE_SYS_SOCKET_H)
#include <sys/socket.h>
#endif
More information about the kaffe
mailing list