From 14cf7637d13898951746bfe88c375cc7f7c9983f Mon Sep 17 00:00:00 2001 From: melifaro Date: Sat, 9 Jan 2016 09:34:39 +0000 Subject: Remove sys/eventhandler.h from net/route.h Reviewed by: ae --- sys/netgraph/netflow/netflow.c | 1 + sys/netgraph/netflow/netflow_v9.c | 1 + sys/netgraph/netflow/ng_netflow.c | 1 + 3 files changed, 3 insertions(+) (limited to 'sys/netgraph') diff --git a/sys/netgraph/netflow/netflow.c b/sys/netgraph/netflow/netflow.c index 644d46f..87ff189 100644 --- a/sys/netgraph/netflow/netflow.c +++ b/sys/netgraph/netflow/netflow.c @@ -37,6 +37,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include #include diff --git a/sys/netgraph/netflow/netflow_v9.c b/sys/netgraph/netflow/netflow_v9.c index fe85f42..2fc700d 100644 --- a/sys/netgraph/netflow/netflow_v9.c +++ b/sys/netgraph/netflow/netflow_v9.c @@ -35,6 +35,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include #include diff --git a/sys/netgraph/netflow/ng_netflow.c b/sys/netgraph/netflow/ng_netflow.c index b5a82a4..b524ca5 100644 --- a/sys/netgraph/netflow/ng_netflow.c +++ b/sys/netgraph/netflow/ng_netflow.c @@ -38,6 +38,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include #include -- cgit v1.1