summaryrefslogtreecommitdiff
path: root/source3/passdb
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2018-11-23 12:34:50 +0100
committerRalph Boehme <slow@samba.org>2018-11-27 07:13:14 +0100
commitf2e939b65b4cd79f8f06a49297853d6896176664 (patch)
treeef06c90b89cd6f237fb5ad0219c20aa4f30fbaff /source3/passdb
parentaa1fac696956f96e89e54ddd4535a6e2844161b0 (diff)
downloadsamba-f2e939b65b4cd79f8f06a49297853d6896176664.tar.gz
libads: Give krb5_errs.c its own header
The protos were declared in lib/krb5_wrap but the functions are not available there. Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/passdb')
-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 d8ffcaa7fb6..b816b3aa7f8 100644
--- a/source3/passdb/machine_account_secrets.c
+++ b/source3/passdb/machine_account_secrets.c
@@ -37,6 +37,7 @@
#include "lib/krb5_wrap/krb5_samba.h"
#include "lib/util/time_basic.h"
#include "../libds/common/flags.h"
+#include "libads/krb5_errs.h"
#undef DBGC_CLASS
#define DBGC_CLASS DBGC_PASSDB