mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-09 09:17:34 +00:00
[mod_verto] Include libks/ks.h instead of ks.h
This commit is contained in:
parent
a4af2ea7de
commit
35823b650a
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user