diff --git a/libs/libuwsc/patches/100-cmake-fix-wolfssl-detection.patch b/libs/libuwsc/patches/100-cmake-fix-wolfssl-detection.patch new file mode 100644 index 000000000..7f63f3381 --- /dev/null +++ b/libs/libuwsc/patches/100-cmake-fix-wolfssl-detection.patch @@ -0,0 +1,10 @@ +--- a/src/ssl.c ++++ b/src/ssl.c +@@ -54,6 +54,7 @@ struct uwsc_ssl_ctx { + #include + #elif UWSC_HAVE_WOLFSSL + #define WC_NO_HARDEN ++#include + #include + #include + #endif