From 8c24ebf371d8aff4742a2ba063a8789e20eaaabc Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 22 Mar 2011 16:57:01 +0100 Subject: s3: include smbd/smbd.h where needed. Guenther --- source3/smbd/statvfs.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/smbd/statvfs.c') diff --git a/source3/smbd/statvfs.c b/source3/smbd/statvfs.c index 55469f5d08..2de015a2df 100644 --- a/source3/smbd/statvfs.c +++ b/source3/smbd/statvfs.c @@ -21,6 +21,7 @@ #include "includes.h" #include "system/filesys.h" +#include "smbd/smbd.h" #if defined(LINUX) && defined(HAVE_FSID_INT) static int linux_statvfs(const char *path, vfs_statvfs_struct *statbuf) -- cgit