From 306a6faf84555a480968ca79e8c67749c0aeffc6 Mon Sep 17 00:00:00 2001 From: glebius Date: Mon, 1 Feb 2016 17:41:21 +0000 Subject: These files were getting sys/malloc.h and vm/uma.h with header pollution via sys/mbuf.h --- sys/netgraph/netflow/ng_netflow.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/netgraph/netflow/ng_netflow.c') diff --git a/sys/netgraph/netflow/ng_netflow.c b/sys/netgraph/netflow/ng_netflow.c index b524ca5..4f9f953c 100644 --- a/sys/netgraph/netflow/ng_netflow.c +++ b/sys/netgraph/netflow/ng_netflow.c @@ -40,10 +40,12 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include #include #include +#include #include #include -- cgit v1.1