Add a missing include file to two VFS modules
authorRichard Sharpe <realrichardsharpe@gmail.com>
Wed, 14 Sep 2011 23:23:36 +0000 (16:23 -0700)
committerJeremy Allison <jra@samba.org>
Thu, 15 Sep 2011 00:56:36 +0000 (02:56 +0200)
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

source3/modules/gpfs.c
source3/modules/vfs_prealloc.c

index 5b0d7d04abdefa4c3424907ab85ad5a41eedf348..52a93310eb7867640083bdaa29b19609a48d65d3 100644 (file)
@@ -20,6 +20,7 @@
 #include "includes.h"
 #include "system/filesys.h"
 #include "smbd/smbd.h"
+#include "system/filesys.h"
 
 #ifdef HAVE_GPFS
 
index fb2e46e2274d9e88a93fb549cdb83d8a00e235a2..73f1a9322ff634cf3c5c0bb4b65057dd5d54df90 100644 (file)
@@ -20,6 +20,7 @@
 #include "includes.h"
 #include "system/filesys.h"
 #include "smbd/smbd.h"
+#include "system/filesys.h"
 
 /* Extent preallocation module.
  *