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 + 1 file changed, 1 insertion(+) (limited to 'source3/passdb/lookup_sid.c') 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. -- cgit