summaryrefslogtreecommitdiff
path: root/source3/groupdb
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-03-18 18:58:37 +0100
committerGünther Deschner <gd@samba.org>2011-03-30 01:13:07 +0200
commit2f36ef72256cf3c2e36ed759427af07effda1069 (patch)
treef34afcf351a6d1e35127c90319a0a4202bb269b5 /source3/groupdb
parentb0773aa61a1fdecfd80f09454ff85c7bb4b7896b (diff)
downloadsamba-2f36ef72256cf3c2e36ed759427af07effda1069.tar.gz
s3-passdb: add passdb.h where needed.
Guenther
Diffstat (limited to 'source3/groupdb')
-rw-r--r--source3/groupdb/mapping.c1
-rw-r--r--source3/groupdb/mapping_tdb.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/source3/groupdb/mapping.c b/source3/groupdb/mapping.c
index 00ae4a1790c..3646e04d0a3 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 26345521277..1137b8f6587 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"