Browse Source

Merge pull request #1831 from chipitsine/master

src/Mayaqua/Unix.c: fix guarding
Ilya Shipitsin 2 years ago
parent
commit
aadc068964
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Mayaqua/Unix.c

+ 1 - 1
src/Mayaqua/Unix.c

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