Skip to content
Snippets Groups Projects

main/freeswitch: upgrade to 1.10.7

Closed Francesco Colista requested to merge fcolista/aports:fs-upgrade-1.10.7 into master
Files
9
--- a/src/mod/endpoints/mod_verto/ws.h
+++ b/src/mod/endpoints/mod_verto/ws.h
@@ -36,6 +36,9 @@
((x>>40) & 0x000000000000FF00) | \
(x<<56)
#endif
+#ifndef __bswap_64
+#include <byteswap.h>
+#endif
#ifdef _MSC_VER
#ifndef strncasecmp
#define strncasecmp _strnicmp
\ No newline at end of file
Loading