Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'agent/tcf/main')
-rw-r--r--agent/tcf/main/framework.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/agent/tcf/main/framework.c b/agent/tcf/main/framework.c
index dc4bfc38..50bec81d 100644
--- a/agent/tcf/main/framework.c
+++ b/agent/tcf/main/framework.c
@@ -24,6 +24,7 @@
#include <tcf/framework/events.h>
#include <tcf/framework/asyncreq.h>
#include <tcf/main/framework.h>
+#include <tcf/framework/channel_lws.h>
#include <tcf/main/framework-ext.h>
@@ -32,5 +33,8 @@ void ini_framework(void) {
ini_trace();
ini_events_queue();
ini_asyncreq();
+#if ENABLE_LibWebSockets
+ ini_lws();
+#endif
ini_ext_framework();
}

Back to the top