diff options
author | Richard Sharpe <realrichardsharpe@gmail.com> | 2011-09-14 16:23:36 -0700 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2011-09-15 02:56:36 +0200 |
commit | 7982819f617497e6b8cbc45251e9fa4bac96c46b (patch) | |
tree | fff585471dc461ef16945fb36203ade5579b29b5 | |
parent | cc6f0231c9e75e88ab68dc97596a040b3f008791 (diff) | |
download | samba-7982819f617497e6b8cbc45251e9fa4bac96c46b.tar.gz samba-7982819f617497e6b8cbc45251e9fa4bac96c46b.tar.bz2 samba-7982819f617497e6b8cbc45251e9fa4bac96c46b.zip |
Add a missing include file to two VFS modules
Signed-off-by: Jeremy Allison <jra@samba.org>
Autobuild-User: Jeremy Allison <jra@samba.org>
Autobuild-Date: Thu Sep 15 02:56:36 CEST 2011 on sn-devel-104
-rw-r--r-- | source3/modules/gpfs.c | 1 | ||||
-rw-r--r-- | source3/modules/vfs_prealloc.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/source3/modules/gpfs.c b/source3/modules/gpfs.c index 5b0d7d04ab..52a93310eb 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 fb2e46e227..73f1a9322f 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. * |