All consumers of in_cksum.h have been properly #ifdefed already,

so do not include the file either as it would give as an extra
dependency on INET.
This commit is contained in:
Bjoern A. Zeeb 2009-06-10 11:19:34 +00:00
parent 6167e6c88f
commit f4945c9f02
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=193900

View File

@ -99,9 +99,11 @@ __FBSDID("$FreeBSD$");
#include <net/pfvar.h>
#include <net/if_pflog.h>
#ifdef INET
#ifdef __FreeBSD__
#include <machine/in_cksum.h>
#endif
#endif
#define PFLOGMTU (32768 + MHLEN + MLEN)