summaryrefslogtreecommitdiff
path: root/client
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 /client
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 'client')
-rw-r--r--client/cifs.upcall.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/cifs.upcall.c b/client/cifs.upcall.c
index 063e4237f48..bfc70d15ed1 100644
--- a/client/cifs.upcall.c
+++ b/client/cifs.upcall.c
@@ -27,6 +27,7 @@ create dns_resolver * * /usr/local/sbin/cifs.upcall %k
#include "includes.h"
#include "../libcli/auth/spnego.h"
+#include "smb_krb5.h"
#include <keyutils.h>
#include <getopt.h>