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:
Kristof Provost 2021-12-15 20:59:38 +01:00
parent dc04fa802d
commit e7809dceb5

View File

@ -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