From f4945c9f023cdc95e2905ec88aef986526c0da82 Mon Sep 17 00:00:00 2001 From: "Bjoern A. Zeeb" Date: Wed, 10 Jun 2009 11:19:34 +0000 Subject: [PATCH] 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. --- sys/contrib/pf/net/if_pflog.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/contrib/pf/net/if_pflog.c b/sys/contrib/pf/net/if_pflog.c index 6f44dcf9352..6dbb503204b 100644 --- a/sys/contrib/pf/net/if_pflog.c +++ b/sys/contrib/pf/net/if_pflog.c @@ -99,9 +99,11 @@ __FBSDID("$FreeBSD$"); #include #include +#ifdef INET #ifdef __FreeBSD__ #include #endif +#endif #define PFLOGMTU (32768 + MHLEN + MLEN)