From 2b41f421fd14cb2190b43dbf079c734e7024335c Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 18 Aug 2010 18:13:42 +0200 Subject: s3-idmap: only include idmap headers where needed. Guenther --- source3/passdb/lookup_sid.c | 1 + source3/passdb/pdb_ldap.c | 1 + 2 files changed, 2 insertions(+) (limited to 'source3/passdb') diff --git a/source3/passdb/lookup_sid.c b/source3/passdb/lookup_sid.c index a93145330b..0e2385f43f 100644 --- a/source3/passdb/lookup_sid.c +++ b/source3/passdb/lookup_sid.c @@ -23,6 +23,7 @@ #include "../librpc/gen_ndr/ndr_security.h" #include "secrets.h" #include "memcache.h" +#include "idmap_cache.h" /***************************************************************** Dissect a user-provided name into domain, name, sid and type. diff --git a/source3/passdb/pdb_ldap.c b/source3/passdb/pdb_ldap.c index ef695f1c1a..e3dedcd06e 100644 --- a/source3/passdb/pdb_ldap.c +++ b/source3/passdb/pdb_ldap.c @@ -46,6 +46,7 @@ #include "includes.h" #include "../libcli/auth/libcli_auth.h" #include "secrets.h" +#include "idmap_cache.h" #undef DBGC_CLASS #define DBGC_CLASS DBGC_PASSDB -- cgit