summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_posixacl.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-03-30 15:14:05 +0200
committerGünther Deschner <gd@samba.org>2011-03-30 16:00:02 +0200
commit53bdf43acab2f8808fb205a719ff6323543a6440 (patch)
tree4288b76066b99145d462b6ced67af845983c98c9 /source3/modules/vfs_posixacl.c
parent33082d016ee27537af0514d5eebcdaf0360fa4f7 (diff)
downloadsamba-53bdf43acab2f8808fb205a719ff6323543a6440.tar.gz
samba-53bdf43acab2f8808fb205a719ff6323543a6440.tar.bz2
samba-53bdf43acab2f8808fb205a719ff6323543a6440.zip
s3-vfs acl modules: more non-linux build fixes.
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Mar 30 16:00:02 CEST 2011 on sn-devel-104
Diffstat (limited to 'source3/modules/vfs_posixacl.c')
-rw-r--r--source3/modules/vfs_posixacl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/modules/vfs_posixacl.c b/source3/modules/vfs_posixacl.c
index 9890110d98..539ced2b74 100644
--- a/source3/modules/vfs_posixacl.c
+++ b/source3/modules/vfs_posixacl.c
@@ -18,8 +18,8 @@
*/
#include "includes.h"
-#include "smbd/smbd.h"
#include "system/filesys.h"
+#include "smbd/smbd.h"
/* prototypes for static functions first - for clarity */