Rename Common to common.inc.c to indicate that this is an included C file not a primary build C file.

This commit is contained in:
Adam Ierymenko 2015-11-23 13:25:46 -08:00
parent bee44ae731
commit 4acb3d81f3
3 changed files with 3 additions and 2 deletions

View File

@ -50,7 +50,8 @@
#include <arpa/inet.h> #include <arpa/inet.h>
#include "Intercept.h" #include "Intercept.h"
#include "Common.c"
#include "common.inc.c"
#ifdef CHECKS #ifdef CHECKS
#include <sys/resource.h> #include <sys/resource.h>

View File

@ -49,7 +49,7 @@
#include "lwip/ip_frag.h" #include "lwip/ip_frag.h"
#include "lwip/tcp.h" #include "lwip/tcp.h"
#include "Common.c" #include "common.inc.c"
#define APPLICATION_POLL_FREQ 20 #define APPLICATION_POLL_FREQ 20
#define ZT_LWIP_TCP_TIMER_INTERVAL 5 #define ZT_LWIP_TCP_TIMER_INTERVAL 5