mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-07-06 07:44:57 +03:00
Add missing headers required for solaris/illumos
This commit is contained in:
@ -46,6 +46,11 @@
|
||||
#include <sys/statfs.h>
|
||||
#endif
|
||||
|
||||
#ifdef UNIX_SOLARIS
|
||||
#define USE_STATVFS
|
||||
#include <sys/statvfs.h>'
|
||||
#endif
|
||||
|
||||
#ifdef UNIX_MACOS
|
||||
#ifdef NO_VLAN
|
||||
// Struct statfs for MacOS X
|
||||
|
Reference in New Issue
Block a user