From 6909b992e73bfeb4c38557e63af7212d2395bad8 Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Fri, 29 Aug 1997 00:19:08 +0000 Subject: [PATCH] fix for broken osf/1 net/if.h git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3256 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/get_addrs.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/krb5/get_addrs.c b/lib/krb5/get_addrs.c index 738575fac..d665ae115 100644 --- a/lib/krb5/get_addrs.c +++ b/lib/krb5/get_addrs.c @@ -43,6 +43,11 @@ RCSID("$Id$"); #if defined(HAVE_SYS_IOCTL_H) && SunOS != 4 #include #endif +#ifdef __osf__ +/* hate */ +struct rtentry; +struct mbuf; +#endif #ifdef HAVE_NET_IF_H #include #endif