mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-09-23 19:59:21 +03:00
Include headers properly
This commit is contained in:
@ -5,9 +5,17 @@
|
||||
// VLanUnix.h
|
||||
// Header of VLanUnix.c
|
||||
|
||||
#ifdef OS_UNIX
|
||||
|
||||
#ifndef VLANUNIX_H
|
||||
#define VLANUNIX_H
|
||||
|
||||
#include "CedarType.h"
|
||||
|
||||
#include "VLan.h"
|
||||
|
||||
#include "Mayaqua/MayaType.h"
|
||||
|
||||
// Constant
|
||||
#define TAP_READ_BUF_SIZE 1600
|
||||
|
||||
@ -62,5 +70,6 @@ bool UnixVLanSetState(char* name, bool state_up);
|
||||
int UnixVLanGet(char *name);
|
||||
int UnixCompareVLan(void *p1, void *p2);
|
||||
|
||||
#endif // VLANUNIX_H
|
||||
#endif // VLANUNIX_H
|
||||
|
||||
#endif // OS_UNIX
|
||||
|
Reference in New Issue
Block a user