Hi all,

the attached patch adds a missing include statement.

cheers,
dalibor topic

2007-10-22  Dalibor Topic  <[EMAIL PROTECTED]>

        * native/jni/java-nio/gnu_java_nio_EpollSelectorImpl.c:
        Include config-int.h for uint32_t.

? classpath-fdlibm-warning-and-build-fix.diff
Index: native/jni/java-nio/gnu_java_nio_EpollSelectorImpl.c
===================================================================
RCS file: /sources/classpath/classpath/native/jni/java-nio/gnu_java_nio_EpollSelectorImpl.c,v
retrieving revision 1.3
diff -u -r1.3 gnu_java_nio_EpollSelectorImpl.c
--- native/jni/java-nio/gnu_java_nio_EpollSelectorImpl.c	23 Sep 2006 06:44:14 -0000	1.3
+++ native/jni/java-nio/gnu_java_nio_EpollSelectorImpl.c	22 Oct 2007 17:41:28 -0000
@@ -44,6 +44,8 @@
 #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>

Reply via email to