s3-includes: only include system/filesys.h when needed.
[ira/wip.git] / source3 / smbd / statvfs.c
index ee33e13a48dd5341242ce9ef954936f8da8263c6..55469f5d083c817063d059576b57f193aa46fd84 100644 (file)
@@ -20,6 +20,7 @@
 */
 
 #include "includes.h"
+#include "system/filesys.h"
 
 #if defined(LINUX) && defined(HAVE_FSID_INT)
 static int linux_statvfs(const char *path, vfs_statvfs_struct *statbuf)