From 2f36ef72256cf3c2e36ed759427af07effda1069 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 18 Mar 2011 18:58:37 +0100 Subject: s3-passdb: add passdb.h where needed. Guenther --- source3/winbindd/idmap_passdb.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/winbindd/idmap_passdb.c') diff --git a/source3/winbindd/idmap_passdb.c b/source3/winbindd/idmap_passdb.c index 276ae2c104..4731756d5a 100644 --- a/source3/winbindd/idmap_passdb.c +++ b/source3/winbindd/idmap_passdb.c @@ -21,6 +21,7 @@ #include "includes.h" #include "idmap.h" +#include "passdb.h" #undef DBGC_CLASS #define DBGC_CLASS DBGC_IDMAP -- cgit