From 1e76662ae6aa77d7b6e9e8a0266fcb1a1320a7fb Mon Sep 17 00:00:00 2001 From: Björn Jacke Date: Tue, 9 Aug 2011 17:02:29 +0200 Subject: s3:vfs_prealloc: fix build on SLES8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stefan Metzmacher Autobuild-User: Björn Jacke Autobuild-Date: Tue Aug 9 19:29:08 CEST 2011 on sn-devel-104 --- source3/modules/vfs_prealloc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3') 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. -- cgit