mirror of
https://github.com/opnsense/src.git
synced 2026-04-24 23:57:30 -04:00
pf: make if_pflog.h self-contained
Reviewed by: imp
Sponsored by: Rubicon Communications, LLC ("Netgate")
Differential Revision: https://reviews.freebsd.org/D33503
This commit is contained in:
parent
e9167358e4
commit
dc04fa802d
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue