From 7982819f617497e6b8cbc45251e9fa4bac96c46b Mon Sep 17 00:00:00 2001 From: Richard Sharpe Date: Wed, 14 Sep 2011 16:23:36 -0700 Subject: [PATCH] Add a missing include file to two VFS modules Signed-off-by: Jeremy Allison Autobuild-User: Jeremy Allison Autobuild-Date: Thu Sep 15 02:56:36 CEST 2011 on sn-devel-104 --- source3/modules/gpfs.c | 1 + source3/modules/vfs_prealloc.c | 1 + 2 files changed, 2 insertions(+) diff --git a/source3/modules/gpfs.c b/source3/modules/gpfs.c index 5b0d7d04abd..52a93310eb7 100644 --- a/source3/modules/gpfs.c +++ b/source3/modules/gpfs.c @@ -20,6 +20,7 @@ #include "includes.h" #include "system/filesys.h" #include "smbd/smbd.h" +#include "system/filesys.h" #ifdef HAVE_GPFS diff --git a/source3/modules/vfs_prealloc.c b/source3/modules/vfs_prealloc.c index fb2e46e2274..73f1a9322ff 100644 --- a/source3/modules/vfs_prealloc.c +++ b/source3/modules/vfs_prealloc.c @@ -20,6 +20,7 @@ #include "includes.h" #include "system/filesys.h" #include "smbd/smbd.h" +#include "system/filesys.h" /* Extent preallocation module. * -- 2.11.4.GIT