Fixes to improve portability (especially to OS X, Solaris, OpenBSD).
[ircu2.10.12-pk.git] / ircd / engine_epoll.c
index 4459505eeacbf57de8100ba7f9eb1d9914fb9128..6680dace15d9f78ee830af0ebc490f433b095d3d 100644 (file)
@@ -30,8 +30,8 @@
 #include <assert.h>
 #include <errno.h>
 #include <sys/types.h>
-#ifdef HAVE_INTTYPES_H
-#include <inttypes.h> /* bah */
+#ifdef HAVE_STDINT_H
+#include <stdint.h> /* bah */
 #endif
 #include <string.h>
 #include <sys/epoll.h>