mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
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:
parent
6167e6c88f
commit
f4945c9f02
1 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue