mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-12-06 10:11:32 +03:00
Include headers properly
This commit is contained in:
@ -8,6 +8,11 @@
|
||||
#ifndef IPC_H
|
||||
#define IPC_H
|
||||
|
||||
#include "Cedar.h"
|
||||
#include "Proto_WireGuard.h"
|
||||
|
||||
#include "Mayaqua/TcpIp.h"
|
||||
|
||||
// Constants
|
||||
#define IPC_ARP_LIFETIME (3 * 60 * 1000)
|
||||
#define IPC_ARP_GIVEUPTIME (1 * 1000)
|
||||
|
||||
Reference in New Issue
Block a user