summaryrefslogtreecommitdiff
path: root/source3/utils
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-11-27 15:52:57 +0100
committerKarolin Seeger <kseeger@samba.org>2009-12-08 09:15:12 +0100
commit88c4d8e939b4447f4acd7fd976d466c30c5889f5 (patch)
treebaa0a5dec7e257a120dbeb400ae6742bab58dbd6 /source3/utils
parentd290e0491fc6b3aedaec3894ab6494620b674100 (diff)
downloadsamba-88c4d8e939b4447f4acd7fd976d466c30c5889f5.tar.gz
s3-kerberos: only use krb5 headers where required.
This seems to be the only way to deal with mixed heimdal/MIT setups during merged build. Guenther (cherry picked from commit 04f8c229de7ffad5f4ec1a0bb68c2c8b4ccf4e15) (cherry picked from commit da926c1249705b95344730539c64111876955151)
Diffstat (limited to 'source3/utils')
-rw-r--r--source3/utils/ntlm_auth.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/utils/ntlm_auth.c b/source3/utils/ntlm_auth.c
index 6e813f458cc..87df3c61603 100644
--- a/source3/utils/ntlm_auth.c
+++ b/source3/utils/ntlm_auth.c
@@ -27,6 +27,7 @@
#include "utils/ntlm_auth.h"
#include "../libcli/auth/libcli_auth.h"
#include "../libcli/auth/spnego.h"
+#include "smb_krb5.h"
#include <iniparser.h>
#ifndef PAM_WINBIND_CONFIG_FILE