summaryrefslogtreecommitdiff
path: root/netcon
diff options
context:
space:
mode:
Diffstat (limited to 'netcon')
-rw-r--r--netcon/Intercept.c3
-rw-r--r--netcon/NetconEthernetTap.cpp2
-rw-r--r--netcon/common.inc.c (renamed from netcon/Common.c)0
3 files changed, 3 insertions, 2 deletions
diff --git a/netcon/Intercept.c b/netcon/Intercept.c
index 49c41da6..66dd6a59 100644
--- a/netcon/Intercept.c
+++ b/netcon/Intercept.c
@@ -50,7 +50,8 @@
#include <arpa/inet.h>
#include "Intercept.h"
-#include "Common.c"
+
+#include "common.inc.c"
#ifdef CHECKS
#include <sys/resource.h>
diff --git a/netcon/NetconEthernetTap.cpp b/netcon/NetconEthernetTap.cpp
index f75cb50a..9035c6ef 100644
--- a/netcon/NetconEthernetTap.cpp
+++ b/netcon/NetconEthernetTap.cpp
@@ -49,7 +49,7 @@
#include "lwip/ip_frag.h"
#include "lwip/tcp.h"
-#include "Common.c"
+#include "common.inc.c"
#define APPLICATION_POLL_FREQ 20
#define ZT_LWIP_TCP_TIMER_INTERVAL 5
diff --git a/netcon/Common.c b/netcon/common.inc.c
index 2a852b67..2a852b67 100644
--- a/netcon/Common.c
+++ b/netcon/common.inc.c