if_stf: make if_stf.h self-contained

Ensure that the if_stf.h header can be included without including any
other headers.

Reviewed by:	imp
Sponsored by:	Rubicon Communications, LLC ("Netgate")
Differential Revision:	https://reviews.freebsd.org/D33498
This commit is contained in:
Kristof Provost 2021-12-15 19:50:28 +01:00
parent 8eca341d9b
commit b29c145cc1

View File

@ -30,6 +30,8 @@
#ifndef _NET_IF_STF_H_
#define _NET_IF_STF_H_
#include <netinet/in.h>
struct stfv4args {
struct in_addr srcv4_addr; /* Our IPv4 src/WAN address */
struct in_addr braddr; /* The border relay IPv4 address */