diff options
Diffstat (limited to 'sys/netgraph')
| -rw-r--r-- | sys/netgraph/atm/ng_atm.c | 1 | ||||
| -rw-r--r-- | sys/netgraph/ng_eiface.c | 1 | ||||
| -rw-r--r-- | sys/netgraph/ng_ether.c | 1 | ||||
| -rw-r--r-- | sys/netgraph/ng_gif.c | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/sys/netgraph/atm/ng_atm.c b/sys/netgraph/atm/ng_atm.c index 2beed3292827..e5e1e2eaadc1 100644 --- a/sys/netgraph/atm/ng_atm.c +++ b/sys/netgraph/atm/ng_atm.c @@ -54,6 +54,7 @@ __FBSDID("$FreeBSD$"); #include <net/if_var.h> #include <net/if_media.h> #include <net/if_atm.h> +#include <net/vnet.h> #include <netgraph/ng_message.h> #include <netgraph/netgraph.h> diff --git a/sys/netgraph/ng_eiface.c b/sys/netgraph/ng_eiface.c index 1c952cd96d28..3d92e5f45b79 100644 --- a/sys/netgraph/ng_eiface.c +++ b/sys/netgraph/ng_eiface.c @@ -43,6 +43,7 @@ #include <net/if.h> #include <net/if_types.h> #include <net/netisr.h> +#include <net/route.h> #include <netgraph/ng_message.h> #include <netgraph/netgraph.h> diff --git a/sys/netgraph/ng_ether.c b/sys/netgraph/ng_ether.c index 9bcd374a21f8..d76e7e162849 100644 --- a/sys/netgraph/ng_ether.c +++ b/sys/netgraph/ng_ether.c @@ -63,6 +63,7 @@ #include <net/if_var.h> #include <net/ethernet.h> #include <net/if_bridgevar.h> +#include <net/vnet.h> #include <netgraph/ng_message.h> #include <netgraph/netgraph.h> diff --git a/sys/netgraph/ng_gif.c b/sys/netgraph/ng_gif.c index 22d085a2bc04..9a2d3b94e0c9 100644 --- a/sys/netgraph/ng_gif.c +++ b/sys/netgraph/ng_gif.c @@ -84,6 +84,7 @@ #include <net/if_types.h> #include <net/if_var.h> #include <net/if_gif.h> +#include <net/vnet.h> #include <netgraph/ng_message.h> #include <netgraph/netgraph.h> |
