From a0e6f6c05b438765c8bbb6f8e7f7e6478dc67293 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 10 Feb 2005 07:43:39 +0000 Subject: r5309: removed ads.h from includes.h (This used to be commit 196c45b834c39f293b9533cec5cfe5a77382d4e2) --- source4/libcli/auth/kerberos.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source4/libcli') diff --git a/source4/libcli/auth/kerberos.c b/source4/libcli/auth/kerberos.c index 4bf9e626ce..2e5a53bb00 100644 --- a/source4/libcli/auth/kerberos.c +++ b/source4/libcli/auth/kerberos.c @@ -27,6 +27,7 @@ #include "system/time.h" #include "secrets.h" #include "pstring.h" +#include "ads.h" #ifdef HAVE_KRB5 @@ -149,7 +150,7 @@ int kerberos_kinit_password(const char *principal, } /* run kinit to setup our ccache */ -int ads_kinit_password(ADS_STRUCT *ads) +int ads_kinit_password(struct ads_struct *ads) { char *s; int ret; -- cgit