diff options
author | Stefan Metzmacher <metze@samba.org> | 2011-06-14 08:27:34 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2011-06-14 09:38:49 +0200 |
commit | 8096b1a9a4b1518467e7a85bb9000904a76c1ac4 (patch) | |
tree | 2b7fff57c3f5ee57a993a892f3b66e9d204a2202 /source3 | |
parent | 9923a8cf4373b757975c8fa27a4839a33833c032 (diff) | |
download | samba-8096b1a9a4b1518467e7a85bb9000904a76c1ac4.tar.gz samba-8096b1a9a4b1518467e7a85bb9000904a76c1ac4.tar.bz2 samba-8096b1a9a4b1518467e7a85bb9000904a76c1ac4.zip |
s3:smbd/quotas: add #include "system/filesys.h" (bug #8224)
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
Diffstat (limited to 'source3')
-rw-r--r-- | source3/smbd/quotas.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/smbd/quotas.c b/source3/smbd/quotas.c index c9f85b6ad0..41516621f0 100644 --- a/source3/smbd/quotas.c +++ b/source3/smbd/quotas.c @@ -26,6 +26,7 @@ #include "includes.h" #include "smbd/smbd.h" +#include "system/filesys.h" #undef DBGC_CLASS #define DBGC_CLASS DBGC_QUOTA |