summaryrefslogtreecommitdiff
path: root/deps/uv/include/uv/unix.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/uv/include/uv/unix.h')
-rw-r--r--deps/uv/include/uv/unix.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/deps/uv/include/uv/unix.h b/deps/uv/include/uv/unix.h
index f73b7b0440..6c93ee97de 100644
--- a/deps/uv/include/uv/unix.h
+++ b/deps/uv/include/uv/unix.h
@@ -66,6 +66,8 @@
defined(__MSYS__) || \
defined(__GNU__)
# include "uv/posix.h"
+#elif defined(__HAIKU__)
+# include "uv/posix.h"
#endif
#ifndef NI_MAXHOST