From: Björn Baumbach Date: Mon, 16 May 2011 12:25:01 +0000 (+0200) Subject: s3-modules: Fix the build of gpfs.c on RHEL 6.0 with gpfs 3.4.0-4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8ddea73f7845ee59d4035d40da87664e21e96ed9;p=thirdparty%2Fsamba.git s3-modules: Fix the build of gpfs.c on RHEL 6.0 with gpfs 3.4.0-4 Signed-off-by: Stefan Metzmacher Autobuild-User: Stefan Metzmacher Autobuild-Date: Wed May 18 11:58:14 CEST 2011 on sn-devel-104 (cherry picked from commit 192198ad70474e56d4708b65482eee976ea78a05) Fix bug #8364 (gpfs vfs module build broken). --- diff --git a/source3/modules/gpfs.c b/source3/modules/gpfs.c index d690199e9b6..d2832ba9dc3 100644 --- a/source3/modules/gpfs.c +++ b/source3/modules/gpfs.c @@ -18,6 +18,7 @@ */ #include "includes.h" +#include "system/filesys.h" #include "smbd/smbd.h" #ifdef HAVE_GPFS