mirror of
https://github.com/opnsense/src.git
synced 2026-04-26 16:47:30 -04:00
Move the include of vinet.h further up before the ipfilter includes.
This commit is contained in:
parent
91c3cbfe1f
commit
e4c38888b7
1 changed files with 3 additions and 3 deletions
|
|
@ -92,6 +92,9 @@ static const char rcsid[] = "@(#)$Id: ip_fil_freebsd.c,v 2.53.2.50 2007/09/20 12
|
|||
#include <netinet/udp.h>
|
||||
#include <netinet/tcpip.h>
|
||||
#include <netinet/ip_icmp.h>
|
||||
#if defined(__FreeBSD_version) && (__FreeBSD_version >= 800056)
|
||||
# include <netinet/vinet.h>
|
||||
#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 <netinet/vinet.h>
|
||||
#endif
|
||||
#if defined(__FreeBSD_version) && (__FreeBSD_version >= 300000)
|
||||
# include <sys/malloc.h>
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue