diff options
author | Björn Jacke <bj@sernet.de> | 2011-08-09 17:02:29 +0200 |
---|---|---|
committer | Bjoern Jacke <bj@sernet.de> | 2011-08-09 19:29:08 +0200 |
commit | 1e76662ae6aa77d7b6e9e8a0266fcb1a1320a7fb (patch) | |
tree | bd5e671aaab204b2275e73b5fda6f0eb8aaec676 /source3/modules | |
parent | 81e765582bb231a3e182c96777a0eef045095c9a (diff) | |
download | samba-1e76662ae6aa77d7b6e9e8a0266fcb1a1320a7fb.tar.gz samba-1e76662ae6aa77d7b6e9e8a0266fcb1a1320a7fb.tar.xz 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')
-rw-r--r-- | source3/modules/vfs_prealloc.c | 1 |
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. |