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/netflow.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/netgraph/netflow/netflow.c') diff --git a/sys/netgraph/netflow/netflow.c b/sys/netgraph/netflow/netflow.c index 6adffc9..84dee47 100644 --- a/sys/netgraph/netflow/netflow.c +++ b/sys/netgraph/netflow/netflow.c @@ -42,6 +42,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include -- cgit v1.1