From da79cbb0800dd647be864e8bbb5fe1132708174b Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Fri, 27 Nov 2009 18:51:56 +0100 Subject: [PATCH] s3-kerberos: add a missing reference to authdata headers. Guenther --- source3/libsmb/clikrb5.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source3/libsmb/clikrb5.c b/source3/libsmb/clikrb5.c index 0839b434c1e..04c9bbf829c 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 -- 2.34.1