summaryrefslogtreecommitdiff
path: root/source3/passdb
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-03-30 23:47:34 +0200
committerGünther Deschner <gd@samba.org>2011-03-31 00:14:01 +0200
commita730dff78318a0bfe8c6b2b8a2cefed63cc586e8 (patch)
tree18612a952d9800f6173302643b7c584b60ea52aa /source3/passdb
parent2352e7cb7fe43b2a3cb5c4876f21cd655823288a (diff)
downloadsamba-a730dff78318a0bfe8c6b2b8a2cefed63cc586e8.tar.gz
samba-a730dff78318a0bfe8c6b2b8a2cefed63cc586e8.tar.bz2
samba-a730dff78318a0bfe8c6b2b8a2cefed63cc586e8.zip
s3-libndr: add ../librpc/ndr/libndr.h include in some places.
Guenther
Diffstat (limited to 'source3/passdb')
-rw-r--r--source3/passdb/machine_account_secrets.c1
-rw-r--r--source3/passdb/pdb_ipa.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/source3/passdb/machine_account_secrets.c b/source3/passdb/machine_account_secrets.c
index dcf37d1b2b..a51a99c9a2 100644
--- a/source3/passdb/machine_account_secrets.c
+++ b/source3/passdb/machine_account_secrets.c
@@ -27,6 +27,7 @@
#include "../libcli/auth/libcli_auth.h"
#include "secrets.h"
#include "dbwrap.h"
+#include "../librpc/ndr/libndr.h"
#undef DBGC_CLASS
#define DBGC_CLASS DBGC_PASSDB
diff --git a/source3/passdb/pdb_ipa.c b/source3/passdb/pdb_ipa.c
index 3fffbe0657..d19deeffc5 100644
--- a/source3/passdb/pdb_ipa.c
+++ b/source3/passdb/pdb_ipa.c
@@ -21,6 +21,7 @@
#include "includes.h"
#include "passdb.h"
#include "libcli/security/dom_sid.h"
+#include "../librpc/ndr/libndr.h"
#include "smbldap.h"