diff options
author | Björn Baumbach <bb@sernet.de> | 2011-05-16 14:25:01 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2011-05-18 11:58:14 +0200 |
commit | 192198ad70474e56d4708b65482eee976ea78a05 (patch) | |
tree | b3d6201e654475dc8484cb1756ed1beb80b0216d /source3/modules/gpfs.c | |
parent | 5608995bd2182c12310ef4b4dd39583b6fe77b1e (diff) | |
download | samba-192198ad70474e56d4708b65482eee976ea78a05.tar.gz samba-192198ad70474e56d4708b65482eee976ea78a05.tar.xz samba-192198ad70474e56d4708b65482eee976ea78a05.zip |
s3-modules: Fix the build of gpfs.c on RHEL 6.0 with gpfs 3.4.0-4
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Wed May 18 11:58:14 CEST 2011 on sn-devel-104
Diffstat (limited to 'source3/modules/gpfs.c')
-rw-r--r-- | source3/modules/gpfs.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 |