From da79cbb0800dd647be864e8bbb5fe1132708174b Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 27 Nov 2009 18:51:56 +0100 Subject: s3-kerberos: add a missing reference to authdata headers. Guenther --- source3/libsmb/clikrb5.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/libsmb') diff --git a/source3/libsmb/clikrb5.c b/source3/libsmb/clikrb5.c index 0839b434c1..04c9bbf829 100644 --- a/source3/libsmb/clikrb5.c +++ b/source3/libsmb/clikrb5.c @@ -22,6 +22,7 @@ #include "includes.h" #include "smb_krb5.h" +#include "authdata.h" #ifdef HAVE_KRB5 -- cgit