Add missing include machine/in_cksum.h.

Submitted by:	n_hibma
This commit is contained in:
ps 2000-05-09 16:56:51 +00:00
parent 562daef86d
commit ae7066d440
5 changed files with 8 additions and 0 deletions

View File

@ -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"

View File

@ -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[];

View File

@ -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"

View File

@ -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[];

View File

@ -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;