From 192198ad70474e56d4708b65482eee976ea78a05 Mon Sep 17 00:00:00 2001 From: Björn Baumbach Date: Mon, 16 May 2011 14:25:01 +0200 Subject: 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 --- source3/modules/gpfs.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source3/modules/gpfs.c b/source3/modules/gpfs.c index d690199e9b..d2832ba9dc 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 -- cgit