From 4acb3d81f3657598fbc18461ed5ad4afe24922fe Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Mon, 23 Nov 2015 13:25:46 -0800 Subject: Rename Common to common.inc.c to indicate that this is an included C file not a primary build C file. --- netcon/NetconEthernetTap.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'netcon/NetconEthernetTap.cpp') 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 -- cgit v1.2.3