From ba1e976ff214f97674e810bc6f2c1e2e444817f3 Mon Sep 17 00:00:00 2001 From: Nuno Antunes Date: Sat, 18 Sep 2010 15:33:02 +0100 Subject: [PATCH] netgraph7: curthread visibility is needed, so #include --- sys/netgraph7/dragonfly.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/netgraph7/dragonfly.h b/sys/netgraph7/dragonfly.h index 9f391be3ee..a938ad13d5 100644 --- a/sys/netgraph7/dragonfly.h +++ b/sys/netgraph7/dragonfly.h @@ -34,6 +34,7 @@ * $DragonFly: src/sys/netgraph7/dragonfly.h,v 1.1 2008/06/26 23:05:35 dillon Exp $ */ +#include /* curthread in mtx_assert() */ #include #include -- 2.41.0