From: Stefan Metzmacher Date: Fri, 30 Jan 2009 16:34:00 +0000 (+0100) Subject: heimdal: don't include without knowing it's there X-Git-Tag: samba-4.0.0alpha7~417^2~245 X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=73dbbe0d5406d1852f85a17b506a4b943ad1926f;p=samba.git heimdal: don't include without knowing it's there metze --- diff --git a/source4/heimdal/lib/krb5/get_addrs.c b/source4/heimdal/lib/krb5/get_addrs.c index fb45d08d294..ce167853192 100644 --- a/source4/heimdal/lib/krb5/get_addrs.c +++ b/source4/heimdal/lib/krb5/get_addrs.c @@ -43,7 +43,9 @@ struct mbuf; #ifdef HAVE_NET_IF_H #include #endif +#ifdef HAVE_IFADDR_H #include +#endif static krb5_error_code gethostname_fallback (krb5_context context, krb5_addresses *res)