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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user