From dc04fa802dc17ec663dffb3de99db2690b393ca1 Mon Sep 17 00:00:00 2001 From: Kristof Provost Date: Wed, 15 Dec 2021 20:54:19 +0100 Subject: [PATCH] pf: make if_pflog.h self-contained Reviewed by: imp Sponsored by: Rubicon Communications, LLC ("Netgate") Differential Revision: https://reviews.freebsd.org/D33503 --- sys/net/if_pflog.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sys/net/if_pflog.h b/sys/net/if_pflog.h index 93a69a2bb3a5..0406f78474a8 100644 --- a/sys/net/if_pflog.h +++ b/sys/net/if_pflog.h @@ -31,7 +31,10 @@ #ifndef _NET_IF_PFLOG_H_ #define _NET_IF_PFLOG_H_ +#include + #include +#include #define PFLOGIFS_MAX 16