diff options
author | root <root> | 2011-01-30 19:05:40 +0000 |
---|---|---|
committer | root <root> | 2011-01-30 19:05:40 +0000 |
commit | b784cc4c85f636b48e048ab2e3e3aab4c6f1ba0e (patch) | |
tree | 43ff3dfa776ee801f0c1af009955435f040b068f /ev_select.c | |
parent | 4589d9abef4dfb57d31250e310d23264be287e70 (diff) |
periodic_recalc, hpux
Diffstat (limited to 'ev_select.c')
-rw-r--r-- | ev_select.c | 5 |
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 |