summaryrefslogtreecommitdiff
path: root/thirdparty/lws/lws_config_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparty/lws/lws_config_private.h')
-rw-r--r--thirdparty/lws/lws_config_private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/thirdparty/lws/lws_config_private.h b/thirdparty/lws/lws_config_private.h
index 235f2ba26d..475d1bd3f8 100644
--- a/thirdparty/lws/lws_config_private.h
+++ b/thirdparty/lws/lws_config_private.h
@@ -81,7 +81,7 @@
/* Define to 1 if you have the <sys/prctl.h> header file. */
#define LWS_HAVE_SYS_PRCTL_H
-#if defined(OSX_ENABLED) || defined(IPHONE_ENABLED)
+#if defined(OSX_ENABLED) || defined(IPHONE_ENABLED) || defined(__FreeBSD__) || defined(__OpenBSD__)
#undef LWS_HAVE_SYS_PRCTL_H
#endif