summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_prealloc.c
diff options
context:
space:
mode:
authorBjörn Jacke <bj@sernet.de>2011-08-09 17:02:29 +0200
committerBjoern Jacke <bj@sernet.de>2011-08-09 19:29:08 +0200
commit1e76662ae6aa77d7b6e9e8a0266fcb1a1320a7fb (patch)
treebd5e671aaab204b2275e73b5fda6f0eb8aaec676 /source3/modules/vfs_prealloc.c
parent81e765582bb231a3e182c96777a0eef045095c9a (diff)
downloadsamba-1e76662ae6aa77d7b6e9e8a0266fcb1a1320a7fb.tar.gz
samba-1e76662ae6aa77d7b6e9e8a0266fcb1a1320a7fb.tar.bz2
samba-1e76662ae6aa77d7b6e9e8a0266fcb1a1320a7fb.zip
s3:vfs_prealloc: fix build on SLES8
Signed-off-by: Stefan Metzmacher <metze@samba.org> Autobuild-User: Björn Jacke <bj@sernet.de> Autobuild-Date: Tue Aug 9 19:29:08 CEST 2011 on sn-devel-104
Diffstat (limited to 'source3/modules/vfs_prealloc.c')
-rw-r--r--source3/modules/vfs_prealloc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/modules/vfs_prealloc.c b/source3/modules/vfs_prealloc.c
index 4d1b2e17dc..fb2e46e227 100644
--- a/source3/modules/vfs_prealloc.c
+++ b/source3/modules/vfs_prealloc.c
@@ -18,6 +18,7 @@
*/
#include "includes.h"
+#include "system/filesys.h"
#include "smbd/smbd.h"
/* Extent preallocation module.