From 53bdf43acab2f8808fb205a719ff6323543a6440 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 30 Mar 2011 15:14:05 +0200 Subject: s3-vfs acl modules: more non-linux build fixes. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Guenther Autobuild-User: Günther Deschner Autobuild-Date: Wed Mar 30 16:00:02 CEST 2011 on sn-devel-104 --- source3/modules/vfs_irixacl.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/modules/vfs_irixacl.c') diff --git a/source3/modules/vfs_irixacl.c b/source3/modules/vfs_irixacl.c index cceddb2f8d..26f13cf6f0 100644 --- a/source3/modules/vfs_irixacl.c +++ b/source3/modules/vfs_irixacl.c @@ -18,6 +18,7 @@ */ #include "includes.h" +#include "system/filesys.h" #include "smbd/smbd.h" /* prototypes for private functions first - for clarity */ -- cgit