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/groupdb/mapping.c | 1 + source3/groupdb/mapping_tdb.c | 1 + 2 files changed, 2 insertions(+) (limited to 'source3/groupdb') diff --git a/source3/groupdb/mapping.c b/source3/groupdb/mapping.c index 00ae4a1790..3646e04d0a 100644 --- a/source3/groupdb/mapping.c +++ b/source3/groupdb/mapping.c @@ -22,6 +22,7 @@ #include "includes.h" #include "system/passwd.h" +#include "passdb.h" #include "groupdb/mapping.h" #include "../libcli/security/security.h" #include "lib/winbind_util.h" diff --git a/source3/groupdb/mapping_tdb.c b/source3/groupdb/mapping_tdb.c index 2634552127..1137b8f658 100644 --- a/source3/groupdb/mapping_tdb.c +++ b/source3/groupdb/mapping_tdb.c @@ -22,6 +22,7 @@ #include "includes.h" #include "system/filesys.h" +#include "passdb.h" #include "groupdb/mapping.h" #include "dbwrap.h" #include "../libcli/security/security.h" -- cgit