mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-02-20 17:52:46 +00:00
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:
parent
bee44ae731
commit
4acb3d81f3
@ -50,7 +50,8 @@
|
||||
#include <arpa/inet.h>
|
||||
|
||||
#include "Intercept.h"
|
||||
#include "Common.c"
|
||||
|
||||
#include "common.inc.c"
|
||||
|
||||
#ifdef CHECKS
|
||||
#include <sys/resource.h>
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user