1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-09-18 01:33:00 +03:00

Merge pull request #1831 from chipitsine/master

src/Mayaqua/Unix.c: fix guarding
This commit is contained in:
Ilya Shipitsin 2023-04-29 23:47:35 +02:00 committed by GitHub
commit aadc068964
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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