summaryrefslogtreecommitdiffstats
path: root/source/libads/kerberos.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-11-27 15:52:57 +0100
committerKarolin Seeger <kseeger@samba.org>2010-01-13 14:01:03 +0100
commitd68c0ddaa442ec9e40a192d0b399109fc9b2d511 (patch)
tree4cad2f57b2281ac5812565af89d0e9a8fc1210d9 /source/libads/kerberos.c
parente9d846263b692c47550fc0ae0dbdf073886934bf (diff)
downloadsamba-d68c0ddaa442ec9e40a192d0b399109fc9b2d511.tar.gz
samba-d68c0ddaa442ec9e40a192d0b399109fc9b2d511.tar.xz
samba-d68c0ddaa442ec9e40a192d0b399109fc9b2d511.zip
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 60262369fc2ae19f6d9263e35b5db9b09b603a1b)
Diffstat (limited to 'source/libads/kerberos.c')
-rw-r--r--source/libads/kerberos.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/libads/kerberos.c b/source/libads/kerberos.c
index 1ceed64019a..f7091022e69 100644
--- a/source/libads/kerberos.c
+++ b/source/libads/kerberos.c
@@ -22,6 +22,7 @@
*/
#include "includes.h"
+#include "smb_krb5.h"
#ifdef HAVE_KRB5