1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-09-18 01:33:00 +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:
Ilya Shipitsin 2023-04-29 22:31:55 +02:00
parent 8fc27da780
commit 46e73e944f

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