mirror of
https://git.freebsd.org/ports.git
synced 2025-06-27 15:40:32 -04:00
This is a major release, introducing a consistent set of new features as well as improvements to existing components. Reviewed by: Alexey V. Panfilov <ports@subnets.ru> Relnotes: https://www.kamailio.org/w/kamailio-v5-0-0-release-notes/
11 lines
273 B
C
11 lines
273 B
C
--- src/modules/websocket/ws_frame.c.orig 2017-04-21 12:46:06 UTC
|
|
+++ src/modules/websocket/ws_frame.c
|
|
@@ -29,7 +29,7 @@
|
|
#ifdef EMBEDDED_UTF8_DECODE
|
|
#include "utf8_decode.h"
|
|
#else
|
|
-#include <unistr.h>
|
|
+/* #include <unistr.h> */
|
|
#endif
|
|
|
|
#include "../../core/events.h"
|