Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Feb 2022 09:44:12 GMT
From:      Kristof Provost <kp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 0f7841b31c0c - stable/13 - pf: make if_pflog.h self-contained
Message-ID:  <202202090944.2199iCp0004042@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by kp:

URL: https://cgit.FreeBSD.org/src/commit/?id=0f7841b31c0ca29832a8837e5abc03d74a386848

commit 0f7841b31c0ca29832a8837e5abc03d74a386848
Author:     Kristof Provost <kp@FreeBSD.org>
AuthorDate: 2021-12-15 19:54:19 +0000
Commit:     Kristof Provost <kp@FreeBSD.org>
CommitDate: 2022-02-09 09:40:58 +0000

    pf: make if_pflog.h self-contained
    
    Reviewed by:    imp
    Sponsored by:   Rubicon Communications, LLC ("Netgate")
    Differential Revision:  https://reviews.freebsd.org/D33503
    
    (cherry picked from commit dc04fa802dc17ec663dffb3de99db2690b393ca1)
---
 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 <sys/types.h>
+
 #include <net/bpf.h>
+#include <net/if.h>
 
 #define	PFLOGIFS_MAX	16
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202202090944.2199iCp0004042>