summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTai-hwa Liang <avatar@FreeBSD.org>2006-07-27 03:50:38 +0000
committerTai-hwa Liang <avatar@FreeBSD.org>2006-07-27 03:50:38 +0000
commitda87ff8633797ebcf5d630306246c1192ac40ac0 (patch)
tree579120a26e18dfd2d8635fb3d7bfb83af34cb257
parentaaef1f52afb4b0ce823987c6ff5476ae71081611 (diff)
Notes
-rw-r--r--sys/net/if_ethersubr.c1
-rw-r--r--sys/net/if_gif.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/net/if_ethersubr.c b/sys/net/if_ethersubr.c
index 9a9782ab4593..0f2f9f6595de 100644
--- a/sys/net/if_ethersubr.c
+++ b/sys/net/if_ethersubr.c
@@ -59,6 +59,7 @@
#include <net/if_types.h>
#include <net/bpf.h>
#include <net/ethernet.h>
+#include <net/bridgestp.h>
#include <net/if_bridgevar.h>
#include <net/if_vlan_var.h>
diff --git a/sys/net/if_gif.c b/sys/net/if_gif.c
index 2a640a643bb6..654321ef9934 100644
--- a/sys/net/if_gif.c
+++ b/sys/net/if_gif.c
@@ -81,6 +81,7 @@
#include <netinet/ip_encap.h>
#include <net/ethernet.h>
+#include <net/bridgestp.h>
#include <net/if_bridgevar.h>
#include <net/if_gif.h>