diff options
Diffstat (limited to 'sys/netgraph/netflow/netflow.c')
-rw-r--r-- | sys/netgraph/netflow/netflow.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netgraph/netflow/netflow.c b/sys/netgraph/netflow/netflow.c index f230616..56947a6 100644 --- a/sys/netgraph/netflow/netflow.c +++ b/sys/netgraph/netflow/netflow.c @@ -46,6 +46,7 @@ static const char rcs_id[] = #include <machine/stdarg.h> #include <net/if.h> +#include <net/if_var.h> #include <net/route.h> #include <net/ethernet.h> #include <netinet/in.h> |