diff options
| author | Tai-hwa Liang <avatar@FreeBSD.org> | 2006-07-27 03:50:38 +0000 |
|---|---|---|
| committer | Tai-hwa Liang <avatar@FreeBSD.org> | 2006-07-27 03:50:38 +0000 |
| commit | da87ff8633797ebcf5d630306246c1192ac40ac0 (patch) | |
| tree | 579120a26e18dfd2d8635fb3d7bfb83af34cb257 | |
| parent | aaef1f52afb4b0ce823987c6ff5476ae71081611 (diff) | |
Notes
| -rw-r--r-- | sys/net/if_ethersubr.c | 1 | ||||
| -rw-r--r-- | sys/net/if_gif.c | 1 |
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> |
