summaryrefslogtreecommitdiff
path: root/source3/passdb/machine_account_secrets.c
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/passdb/machine_account_secrets.c
parentb0773aa61a1fdecfd80f09454ff85c7bb4b7896b (diff)
downloadsamba-2f36ef72256cf3c2e36ed759427af07effda1069.tar.gz
s3-passdb: add passdb.h where needed.
Guenther
Diffstat (limited to 'source3/passdb/machine_account_secrets.c')
-rw-r--r--source3/passdb/machine_account_secrets.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/passdb/machine_account_secrets.c b/source3/passdb/machine_account_secrets.c
index f3206d4eb8e..dcf37d1b2b4 100644
--- a/source3/passdb/machine_account_secrets.c
+++ b/source3/passdb/machine_account_secrets.c
@@ -23,6 +23,7 @@
such as the local SID and machine trust password */
#include "includes.h"
+#include "passdb.h"
#include "../libcli/auth/libcli_auth.h"
#include "secrets.h"
#include "dbwrap.h"