From d1538add736ae3ac7ca3c728e2bd1696d588b374 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 1 Jul 2010 00:44:15 +0200 Subject: s3-nss_info: only include nss_info.h where needed. Guenther --- source3/winbindd/idmap_hash/idmap_hash.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/winbindd/idmap_hash/idmap_hash.c') diff --git a/source3/winbindd/idmap_hash/idmap_hash.c b/source3/winbindd/idmap_hash/idmap_hash.c index 844950e737..de4652d684 100644 --- a/source3/winbindd/idmap_hash/idmap_hash.c +++ b/source3/winbindd/idmap_hash/idmap_hash.c @@ -21,6 +21,7 @@ #include "includes.h" #include "winbindd/winbindd.h" #include "idmap_hash.h" +#include "nss_info.h" #undef DBGC_CLASS #define DBGC_CLASS DBGC_IDMAP -- cgit