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