summaryrefslogtreecommitdiff
path: root/native
diff options
context:
space:
mode:
authorDalibor Topic <robilad@yahoo.com>2007-10-22 17:43:50 +0000
committerDalibor Topic <robilad@yahoo.com>2007-10-22 17:43:50 +0000
commit3c8ea20d8f51113fae041ce8f6ebd2d9650b1290 (patch)
tree239c3f1ed524614e0a6c8868cdf660a8a975d101 /native
parent4484e11b50f5e32c6a4d532b5c6255f6d6c4716c (diff)
downloadclasspath-3c8ea20d8f51113fae041ce8f6ebd2d9650b1290.tar.gz
2007-10-22 Dalibor Topic <robilad@kaffe.org>
* native/jni/java-nio/gnu_java_nio_EpollSelectorImpl.c: Include config-int.h for uint32_t.
Diffstat (limited to 'native')
-rw-r--r--native/jni/java-nio/gnu_java_nio_EpollSelectorImpl.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/native/jni/java-nio/gnu_java_nio_EpollSelectorImpl.c b/native/jni/java-nio/gnu_java_nio_EpollSelectorImpl.c
index d794e6d9f..39161d68e 100644
--- a/native/jni/java-nio/gnu_java_nio_EpollSelectorImpl.c
+++ b/native/jni/java-nio/gnu_java_nio_EpollSelectorImpl.c
@@ -44,6 +44,8 @@ exception statement from your version. */
#include <sys/epoll.h>
#endif /* HAVE_SYS_EPOLL_H */
+#include <config-int.h>
+
#include <gnu_java_nio_EpollSelectorImpl.h>
#include <jcl.h>
#include <errno.h>