From ae207370667a12db53362ee5dcdab8e6d4bb388f Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 27 Nov 2009 18:30:18 +0100 Subject: s3-kerberos: do not include authdata headers before including krb5 headers. Guenther --- source3/libads/authdata.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/libads/authdata.c') diff --git a/source3/libads/authdata.c b/source3/libads/authdata.c index 35d5ef9f31..ed158ee2d8 100644 --- a/source3/libads/authdata.c +++ b/source3/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 -- cgit