From e4c38888b7fdbe0b9d9524637b8a3dcfecacad2f Mon Sep 17 00:00:00 2001 From: "Bjoern A. Zeeb" Date: Fri, 27 Feb 2009 13:29:18 +0000 Subject: Move the include of vinet.h further up before the ipfilter includes. --- sys/contrib/ipfilter/netinet/ip_fil_freebsd.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/contrib/ipfilter/netinet/ip_fil_freebsd.c b/sys/contrib/ipfilter/netinet/ip_fil_freebsd.c index 55107e248a39..c053c7087c0e 100644 --- a/sys/contrib/ipfilter/netinet/ip_fil_freebsd.c +++ b/sys/contrib/ipfilter/netinet/ip_fil_freebsd.c @@ -92,6 +92,9 @@ static const char rcsid[] = "@(#)$Id: ip_fil_freebsd.c,v 2.53.2.50 2007/09/20 12 #include #include #include +#if defined(__FreeBSD_version) && (__FreeBSD_version >= 800056) +# include +#endif #ifndef _KERNEL # include "netinet/ipf.h" #endif @@ -112,9 +115,6 @@ static const char rcsid[] = "@(#)$Id: ip_fil_freebsd.c,v 2.53.2.50 2007/09/20 12 #include "netinet/ip_scan.h" #endif #include "netinet/ip_pool.h" -#if defined(__FreeBSD_version) && (__FreeBSD_version >= 800056) -# include -#endif #if defined(__FreeBSD_version) && (__FreeBSD_version >= 300000) # include #endif -- cgit v1.3