diff options
author | Günther Deschner <gd@samba.org> | 2010-10-18 15:55:47 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-10-18 14:39:39 +0000 |
commit | 64e9f79587916c0e8e9079636e3a2ab60ea2b455 (patch) | |
tree | 6476915974f19f62ca1ca90fc100f268c36c38f5 /source3/modules | |
parent | 5845dae8262a648d3af7b73044483e8bed2f4f08 (diff) | |
download | samba-64e9f79587916c0e8e9079636e3a2ab60ea2b455.tar.gz samba-64e9f79587916c0e8e9079636e3a2ab60ea2b455.tar.bz2 samba-64e9f79587916c0e8e9079636e3a2ab60ea2b455.zip |
s3: fix the build of idmap_adex, idmap_tdb2, idmap_hash and several vfs modules.
Guenther
Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Mon Oct 18 14:39:39 UTC 2010 on sn-devel-104
Diffstat (limited to 'source3/modules')
-rw-r--r-- | source3/modules/nfs4_acls.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/modules/nfs4_acls.c b/source3/modules/nfs4_acls.c index 7e5f99405d..1913946144 100644 --- a/source3/modules/nfs4_acls.c +++ b/source3/modules/nfs4_acls.c @@ -21,6 +21,7 @@ #include "nfs4_acls.h" #include "librpc/gen_ndr/ndr_security.h" #include "../libcli/security/dom_sid.h" +#include "../libcli/security/security.h" #include "include/dbwrap.h" #undef DBGC_CLASS |