mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
net: make if_bridgevar.h self-contained
Reviewed by: imp
Sponsored by: Rubicon Communications, LLC ("Netgate")
Differential Revision: https://reviews.freebsd.org/D33502
This commit is contained in:
parent
f4096a7c8a
commit
e9167358e4
1 changed files with 4 additions and 0 deletions
|
|
@ -76,10 +76,14 @@
|
|||
* Data structure and control definitions for bridge interfaces.
|
||||
*/
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/callout.h>
|
||||
#include <sys/queue.h>
|
||||
#include <sys/condvar.h>
|
||||
|
||||
#include <net/ethernet.h>
|
||||
#include <net/if.h>
|
||||
|
||||
/*
|
||||
* Commands used in the SIOCSDRVSPEC ioctl. Note the lookup of the
|
||||
* bridge interface itself is keyed off the ifdrv structure.
|
||||
|
|
|
|||
Loading…
Reference in a new issue