mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 22:32:43 -04:00
Add missing include machine/in_cksum.h.
Submitted by: n_hibma
This commit is contained in:
parent
befd5c23b2
commit
88c7d46bdc
3 changed files with 5 additions and 0 deletions
|
|
@ -87,6 +87,8 @@ static const char rcsid[] = "@(#)$FreeBSD$";
|
|||
#endif
|
||||
#include "netinet/ipl.h"
|
||||
|
||||
#include <machine/in_cksum.h>
|
||||
|
||||
#ifndef _KERNEL
|
||||
# include "ipf.h"
|
||||
# include "ipt.h"
|
||||
|
|
|
|||
|
|
@ -114,6 +114,7 @@ static const char rcsid[] = "@(#)$FreeBSD$";
|
|||
extern int ip_optcopy __P((struct ip *, struct ip *));
|
||||
#endif
|
||||
|
||||
#include <machine/in_cksum.h>
|
||||
|
||||
extern struct protosw inetsw[];
|
||||
|
||||
|
|
|
|||
|
|
@ -97,6 +97,8 @@
|
|||
#define KEYDEBUG(lev,arg)
|
||||
#endif
|
||||
|
||||
#include <machine/in_cksum.h>
|
||||
|
||||
struct ipsecstat ipsecstat;
|
||||
int ip4_inbound_call_ike = 0;
|
||||
int ip4_ah_cleartos = 1;
|
||||
|
|
|
|||
Loading…
Reference in a new issue