diff options
Diffstat (limited to 'sys/netinet/ip_fil.c')
-rw-r--r-- | sys/netinet/ip_fil.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netinet/ip_fil.c b/sys/netinet/ip_fil.c index 8216537..08117a7 100644 --- a/sys/netinet/ip_fil.c +++ b/sys/netinet/ip_fil.c @@ -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[]; |