mirror of
https://git.freebsd.org/ports.git
synced 2025-07-09 05:19:16 -04:00
Release-Notes: http://www.kamailio.org/w/kamailio-v4-3-0-release-notes/ New features: http://www.kamailio.org/wiki/features/new-in-4.3.x - tries to fix installation issues with non-default options - adds WEBSOCKET option PR: 200352
11 lines
260 B
C
11 lines
260 B
C
--- modules/websocket/ws_frame.c.orig 2015-09-05 21:18:25 UTC
|
|
+++ 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 "../../events.h"
|