summaryrefslogtreecommitdiffstats
path: root/source/libads/authdata.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-11-27 18:30:18 +0100
committerKarolin Seeger <kseeger@samba.org>2010-01-13 14:01:03 +0100
commit88c822d56294c49859d8858075273de60729f7ed (patch)
tree3201bc2f4bd272cc1d48bab11901ba1789c14696 /source/libads/authdata.c
parentd68c0ddaa442ec9e40a192d0b399109fc9b2d511 (diff)
downloadsamba-88c822d56294c49859d8858075273de60729f7ed.tar.gz
samba-88c822d56294c49859d8858075273de60729f7ed.tar.xz
samba-88c822d56294c49859d8858075273de60729f7ed.zip
s3-kerberos: do not include authdata headers before including krb5 headers.
Guenther (cherry picked from commit 9329564e44a1432251acb7f0afaf1bd04b8cb957)
Diffstat (limited to 'source/libads/authdata.c')
-rw-r--r--source/libads/authdata.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/libads/authdata.c b/source/libads/authdata.c
index 3ff69f49ae1..9ee540dcf88 100644
--- a/source/libads/authdata.c
+++ b/source/libads/authdata.c
@@ -25,6 +25,7 @@
#include "includes.h"
#include "librpc/gen_ndr/ndr_krb5pac.h"
#include "smb_krb5.h"
+#include "authdata.h"
#ifdef HAVE_KRB5