From c8106b2669fc17e38c924bd545a952702cfacf65 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 25 Apr 2006 22:02:04 +0000 Subject: r15256: Use libroken's getaddrinfo if it is not provided by the system. Should get the build on IRIX a bit further. (This used to be commit 47d1baf0cf719dbb1113a79bba50d4075eb06411) --- source4/auth/kerberos/kerberos.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/auth/kerberos/kerberos.c') diff --git a/source4/auth/kerberos/kerberos.c b/source4/auth/kerberos/kerberos.c index 5e2b6ce019..ef3ebc3ba9 100644 --- a/source4/auth/kerberos/kerberos.c +++ b/source4/auth/kerberos/kerberos.c @@ -24,6 +24,7 @@ #include "includes.h" #include "system/kerberos.h" +#include "roken.h" #ifdef HAVE_KRB5 -- cgit