fix for broken osf/1 net/if.h

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3256 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-08-29 00:19:08 +00:00
parent 5ab19c4534
commit 6909b992e7

View File

@@ -43,6 +43,11 @@ RCSID("$Id$");
#if defined(HAVE_SYS_IOCTL_H) && SunOS != 4 #if defined(HAVE_SYS_IOCTL_H) && SunOS != 4
#include <sys/ioctl.h> #include <sys/ioctl.h>
#endif #endif
#ifdef __osf__
/* hate */
struct rtentry;
struct mbuf;
#endif
#ifdef HAVE_NET_IF_H #ifdef HAVE_NET_IF_H
#include <net/if.h> #include <net/if.h>
#endif #endif