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/lib/idmap_cache.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/lib/idmap_cache.c') diff --git a/source3/lib/idmap_cache.c b/source3/lib/idmap_cache.c index 6377635a65..bf72d91efe 100644 --- a/source3/lib/idmap_cache.c +++ b/source3/lib/idmap_cache.c @@ -18,6 +18,7 @@ along with this program. If not, see .*/ #include "includes.h" +#include "idmap_cache.h" /** * Find a sid2uid mapping -- cgit