From e9167358e402452bf83d12ac685e845099343a42 Mon Sep 17 00:00:00 2001 From: Kristof Provost Date: Wed, 15 Dec 2021 20:49:41 +0100 Subject: [PATCH] net: make if_bridgevar.h self-contained Reviewed by: imp Sponsored by: Rubicon Communications, LLC ("Netgate") Differential Revision: https://reviews.freebsd.org/D33502 --- sys/net/if_bridgevar.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sys/net/if_bridgevar.h b/sys/net/if_bridgevar.h index c12ee4598548..6e08e25eaf71 100644 --- a/sys/net/if_bridgevar.h +++ b/sys/net/if_bridgevar.h @@ -76,10 +76,14 @@ * Data structure and control definitions for bridge interfaces. */ +#include #include #include #include +#include +#include + /* * Commands used in the SIOCSDRVSPEC ioctl. Note the lookup of the * bridge interface itself is keyed off the ifdrv structure.