From 3f791d40daeaac748d5ebc86c8cbd8ce2c580aa9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bj=C3=B6rn=20Jacke?= Date: Tue, 9 Aug 2011 17:02:29 +0200 Subject: [PATCH] s3:vfs_prealloc: fix build on SLES8 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 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 (cherry picked from commit 1e76662ae6aa77d7b6e9e8a0266fcb1a1320a7fb) Fix bug #8363 (vfs_prealloc build broken on SLES8). --- source3/modules/vfs_prealloc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source3/modules/vfs_prealloc.c b/source3/modules/vfs_prealloc.c index 4d1b2e17dc5..fb2e46e2274 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. -- 2.34.1