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/utils/net_idmap.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/utils/net_idmap.c') diff --git a/source3/utils/net_idmap.c b/source3/utils/net_idmap.c index cd3a68db3c..8bcb79fabf 100644 --- a/source3/utils/net_idmap.c +++ b/source3/utils/net_idmap.c @@ -21,6 +21,7 @@ #include "includes.h" #include "utils/net.h" #include "secrets.h" +#include "idmap.h" #define ALLOC_CHECK(mem) do { \ if (!mem) { \ -- cgit