mirror of
https://github.com/opnsense/src.git
synced 2026-04-27 00:58:36 -04:00
pf: make if_pfsync.h self-contained
Reviewed by: imp
Sponsored by: Rubicon Communications, LLC ("Netgate")
Differential Revision: https://reviews.freebsd.org/D33504
This commit is contained in:
parent
dc04fa802d
commit
e7809dceb5
1 changed files with 6 additions and 0 deletions
|
|
@ -50,6 +50,12 @@
|
|||
#ifndef _NET_IF_PFSYNC_H_
|
||||
#define _NET_IF_PFSYNC_H_
|
||||
|
||||
#include <sys/types.h>
|
||||
|
||||
#include <net/if.h>
|
||||
#include <net/pfvar.h>
|
||||
#include <netpfil/pf/pf.h>
|
||||
|
||||
#define PFSYNC_VERSION 5
|
||||
#define PFSYNC_DFLTTL 255
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue