]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
[mod_verto] Include libks/ks.h instead of ks.h 2095/head
authorAndrey Volk <andywolk@gmail.com>
Tue, 30 May 2023 19:45:54 +0000 (22:45 +0300)
committerAndrey Volk <andywolk@gmail.com>
Tue, 30 May 2023 19:45:54 +0000 (22:45 +0300)
src/mod/endpoints/mod_verto/mod_verto.c
src/mod/endpoints/mod_verto/mod_verto.h

index e7defb99aa58e3e73717fe91ca61c302034d048d..38a3bc302a0dc1ca0c53d201c7628a08f6a10ca9 100644 (file)
@@ -43,7 +43,7 @@ SWITCH_MODULE_DEFINITION(mod_verto, mod_verto_load, mod_verto_shutdown, mod_vert
 #define HTTP_CHUNK_SIZE 1024 * 32
 #define EP_NAME "verto.rtc"
 //#define WSS_STANDALONE 1
-#include "ks.h"
+#include "libks/ks.h"
 
 #include <mod_verto.h>
 #ifndef WIN32
index f3326f605d71f2c278001e2d30a4c8c9fd361320..f13e8ef2b99e8f74bd6371454d8f72de30ef662c 100644 (file)
@@ -62,7 +62,7 @@
 #include <openssl/ssl.h>
 #include "mcast.h"
 
-#include "ks.h"
+#include "libks/ks.h"
 
 #define MAX_QUEUE_LEN 100000
 #define MAX_MISSED 500