summaryrefslogtreecommitdiff
path: root/thirdparty/libwebsockets
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2019-02-23 14:55:03 +0100
committerGitHub <noreply@github.com>2019-02-23 14:55:03 +0100
commitb2f8dd0d55346dbf5b5b6ae8737164435a8f8de0 (patch)
tree5bb143f41b320f4b209f030993d8856db2d24e48 /thirdparty/libwebsockets
parent9dfe3b6d9e94c74d70f8241763a9d010c4a6db1e (diff)
parent9e6aefa3aec9cf4fdac2054c544713dafccd39b2 (diff)
Merge pull request #26189 from AinaSG/master
Enabling ipv6 in libwebsockets
Diffstat (limited to 'thirdparty/libwebsockets')
-rw-r--r--thirdparty/libwebsockets/lws_config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/thirdparty/libwebsockets/lws_config.h b/thirdparty/libwebsockets/lws_config.h
index 86ce9ac38a..6ec3eed139 100644
--- a/thirdparty/libwebsockets/lws_config.h
+++ b/thirdparty/libwebsockets/lws_config.h
@@ -78,6 +78,7 @@
/* Build with support for ipv6 */
/* #undef LWS_WITH_IPV6 */
+#define LWS_WITH_IPV6
/* Build with support for UNIX domain socket */
/* #undef LWS_WITH_UNIX_SOCK */