mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-22 17:39:53 +03:00
src/Mayaqua/Unix.c: fix guarding
SoftEtherVPN/src/Mayaqua/Unix.c:51:25: warning: missing terminating ' character 51 | #include <sys/statvfs.h>'
This commit is contained in:
parent
8fc27da780
commit
46e73e944f
@ -48,7 +48,7 @@
|
|||||||
|
|
||||||
#ifdef UNIX_SOLARIS
|
#ifdef UNIX_SOLARIS
|
||||||
#define USE_STATVFS
|
#define USE_STATVFS
|
||||||
#include <sys/statvfs.h>'
|
#include <sys/statvfs.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef UNIX_MACOS
|
#ifdef UNIX_MACOS
|
||||||
|
Loading…
Reference in New Issue
Block a user