#2404, patch 02: include sys/vfs on GNU
authorChristian Grothoff <christian@grothoff.org>
Mon, 4 Jun 2012 09:31:21 +0000 (09:31 +0000)
committerChristian Grothoff <christian@grothoff.org>
Mon, 4 Jun 2012 09:31:21 +0000 (09:31 +0000)
src/util/disk.c

index c899358e5ba6df3f2f82ba92c514c019cb6fc011..87db98cdef606196b74d8e5115286436ed08647f 100644 (file)
@@ -47,7 +47,7 @@
 
 
 
-#if defined(LINUX) || defined(CYGWIN)
+#if defined(LINUX) || defined(CYGWIN) || defined(GNU)
 #include <sys/vfs.h>
 #else
 #if defined(SOMEBSD) || defined(DARWIN)