diff options
| author | Darren Reed <darrenr@FreeBSD.org> | 2007-06-04 02:54:36 +0000 |
|---|---|---|
| committer | Darren Reed <darrenr@FreeBSD.org> | 2007-06-04 02:54:36 +0000 |
| commit | d7eeb25225aafab06563e6a95c7dbc42358285fa (patch) | |
| tree | 28d6fb710df6e0ddec4933e69ec29d2ecd78a134 /contrib/ipfilter/ipsend/iptests.c | |
| parent | 2bf2a702ccfcaa081c9bb4c8acbc35d87315af80 (diff) | |
Notes
Diffstat (limited to 'contrib/ipfilter/ipsend/iptests.c')
| -rw-r--r-- | contrib/ipfilter/ipsend/iptests.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/contrib/ipfilter/ipsend/iptests.c b/contrib/ipfilter/ipsend/iptests.c index ea358df36516..a58131d21b29 100644 --- a/contrib/ipfilter/ipsend/iptests.c +++ b/contrib/ipfilter/ipsend/iptests.c @@ -8,7 +8,7 @@ */ #if !defined(lint) static const char sccsid[] = "%W% %G% (C)1995 Darren Reed"; -static const char rcsid[] = "@(#)$Id: iptests.c,v 2.8.2.7 2006/03/21 16:10:55 darrenr Exp $"; +static const char rcsid[] = "@(#)$Id: iptests.c,v 2.8.2.8 2007/02/17 12:41:51 darrenr Exp $"; #endif #include <sys/param.h> #include <sys/types.h> @@ -64,6 +64,9 @@ typedef int boolean_t; #ifdef __hpux # define _NET_ROUTE_INCLUDED #endif +#ifdef __osf__ +# include "radix_ipf_local.h" +#endif #include <net/if.h> #if defined(linux) && (LINUX >= 0200) # include <asm/atomic.h> |
