1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-09-20 10:19:20 +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

View File

@ -48,7 +48,7 @@
#ifdef UNIX_SOLARIS
#define USE_STATVFS
#include <sys/statvfs.h>'
#include <sys/statvfs.h>
#endif
#ifdef UNIX_MACOS