From 7982819f617497e6b8cbc45251e9fa4bac96c46b Mon Sep 17 00:00:00 2001 From: Richard Sharpe Date: Wed, 14 Sep 2011 16:23:36 -0700 Subject: Add a missing include file to two VFS modules Signed-off-by: Jeremy Allison Autobuild-User: Jeremy Allison Autobuild-Date: Thu Sep 15 02:56:36 CEST 2011 on sn-devel-104 --- source3/modules/gpfs.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/modules/gpfs.c') 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 -- cgit