summaryrefslogtreecommitdiff
path: root/ev_select.c
diff options
context:
space:
mode:
Diffstat (limited to 'ev_select.c')
-rw-r--r--ev_select.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/ev_select.c b/ev_select.c
index 76ffa86..47a775e 100644
--- a/ev_select.c
+++ b/ev_select.c
@@ -39,8 +39,11 @@
#ifndef _WIN32
/* for unix systems */
-# include <sys/select.h>
# include <inttypes.h>
+# ifndef __hpux
+/* for REAL unix systems */
+# include <sys/select.h>
+# endif
#endif
#ifndef EV_SELECT_USE_FD_SET