diff options
| author | Tai-hwa Liang <avatar@FreeBSD.org> | 2006-07-27 06:15:37 +0000 |
|---|---|---|
| committer | Tai-hwa Liang <avatar@FreeBSD.org> | 2006-07-27 06:15:37 +0000 |
| commit | 87909ba75c12af0b3a47d828cf4e4daee22a7909 (patch) | |
| tree | 0af35021b7e4af0a4154a13c6fc759844fbfe569 /sys/netgraph | |
| parent | 7b4e72633eeb05f6c88298b1da0d3efd78d7f741 (diff) | |
Notes
Diffstat (limited to 'sys/netgraph')
| -rw-r--r-- | sys/netgraph/ng_ether.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netgraph/ng_ether.c b/sys/netgraph/ng_ether.c index 3deb86387030..41077b1c248f 100644 --- a/sys/netgraph/ng_ether.c +++ b/sys/netgraph/ng_ether.c @@ -61,6 +61,7 @@ #include <net/if_arp.h> #include <net/if_var.h> #include <net/ethernet.h> +#include <net/bridgestp.h> #include <net/if_bridgevar.h> #include <netgraph/ng_message.h> |
