diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-11-23 13:25:46 -0800 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-11-23 13:25:46 -0800 |
| commit | 4acb3d81f3657598fbc18461ed5ad4afe24922fe (patch) | |
| tree | c54492bac9bc584e5ffd9240f808eb90c82264c0 /netcon/NetconEthernetTap.cpp | |
| parent | bee44ae731b3d02b2cc996199a5077895476104a (diff) | |
| download | infinitytier-4acb3d81f3657598fbc18461ed5ad4afe24922fe.tar.gz infinitytier-4acb3d81f3657598fbc18461ed5ad4afe24922fe.zip | |
Rename Common to common.inc.c to indicate that this is an included C file not a primary build C file.
Diffstat (limited to 'netcon/NetconEthernetTap.cpp')
| -rw-r--r-- | netcon/NetconEthernetTap.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
