Add missing include machine/in_cksum.h.
Submitted by: n_hibma
This commit is contained in:
parent
562daef86d
commit
ae7066d440
@ -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[];
|
||||
|
||||
|
@ -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 New Issue
Block a user