summaryrefslogtreecommitdiff
path: root/thirdparty/libwebsockets/lws_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparty/libwebsockets/lws_config.h')
-rw-r--r--thirdparty/libwebsockets/lws_config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/thirdparty/libwebsockets/lws_config.h b/thirdparty/libwebsockets/lws_config.h
index 7185a806a5..e5e15cc2fd 100644
--- a/thirdparty/libwebsockets/lws_config.h
+++ b/thirdparty/libwebsockets/lws_config.h
@@ -174,7 +174,7 @@
#define LWS_HAVE_MALLOC_H
#endif
-#if !defined(IPHONE_ENABLED) && !defined(OSX_ENABLED)
+#if !defined(IPHONE_ENABLED) && !defined(OSX_ENABLED) && !defined(__HAIKU__)
#define LWS_HAVE_PIPE2
#endif