summaryrefslogtreecommitdiffstats
path: root/include/uv/unix.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/uv/unix.h')
-rw-r--r--include/uv/unix.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/include/uv/unix.h b/include/uv/unix.h
index e3cf7bd..ea37d78 100644
--- a/include/uv/unix.h
+++ b/include/uv/unix.h
@@ -65,12 +65,10 @@
# include "uv/bsd.h"
#elif defined(__CYGWIN__) || \
defined(__MSYS__) || \
+ defined(__HAIKU__) || \
+ defined(__QNX__) || \
defined(__GNU__)
# include "uv/posix.h"
-#elif defined(__HAIKU__)
-# include "uv/posix.h"
-#elif defined(__QNX__)
-# include "uv/posix.h"
#endif
#ifndef NI_MAXHOST