s3:smbd/quotas: add #include "system/filesys.h" (bug #8224)
authorStefan Metzmacher <metze@samba.org>
Tue, 14 Jun 2011 06:27:34 +0000 (08:27 +0200)
committerStefan Metzmacher <metze@samba.org>
Tue, 14 Jun 2011 07:38:49 +0000 (09:38 +0200)
This should fix the build on FreeBSD

metze

Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Tue Jun 14 09:38:49 CEST 2011 on sn-devel-104

source3/smbd/quotas.c

index c9f85b6ad099aa7e9c5d2b7da634136f5c36f09b..41516621f0fcd4c1d0e3f65c97f0c1b77ee69d61 100644 (file)
@@ -26,6 +26,7 @@
 
 #include "includes.h"
 #include "smbd/smbd.h"
+#include "system/filesys.h"
 
 #undef DBGC_CLASS
 #define DBGC_CLASS DBGC_QUOTA