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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user