1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2026-05-16 10:31:17 +03:00

Include headers properly

This commit is contained in:
Davide Beatrici
2021-04-05 04:48:25 +02:00
parent 46b54f00be
commit a6ba9b8788
190 changed files with 1885 additions and 1850 deletions
+8 -2
View File
@@ -5,9 +5,15 @@
// BridgeUnix.h
// Header of BridgeUnix.c
#ifdef OS_UNIX
#ifndef BRIDGEUNIX_H
#define BRIDGEUNIX_H
#include "Bridge.h"
#include "Mayaqua/Network.h"
// Macro
#ifndef SOL_PACKET
#define SOL_PACKET 263
@@ -128,6 +134,6 @@ bool DlipBindRequest(int fd);
int UnixEthOpenRawSocket();
#endif // BRIDGEUNIX_H
#endif // BRIDGEUNIX_H
#endif // OS_UNIX