diff --git a/netcon/Intercept.c b/netcon/Intercept.c index 49c41da6c..66dd6a59e 100644 --- a/netcon/Intercept.c +++ b/netcon/Intercept.c @@ -50,7 +50,8 @@ #include #include "Intercept.h" -#include "Common.c" + +#include "common.inc.c" #ifdef CHECKS #include diff --git a/netcon/NetconEthernetTap.cpp b/netcon/NetconEthernetTap.cpp index f75cb50ab..9035c6ef4 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 similarity index 100% rename from netcon/Common.c rename to netcon/common.inc.c