1
0
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:
Davide Beatrici
2021-04-05 04:48:25 +02:00
parent 46b54f00be
commit a6ba9b8788
190 changed files with 1885 additions and 1850 deletions

View File

@ -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