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:
@@ -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
|
||||||
|
Reference in New Issue
Block a user