From 3274c54623d28c837fb750455c7cdd814b6c1c8e Mon Sep 17 00:00:00 2001 From: claudio Date: Tue, 14 Nov 2023 10:31:22 +0000 Subject: [PATCH] This code depends on internals from net/art.h so include it explicitly. OK bluhm@ --- usr.bin/netstat/route.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/usr.bin/netstat/route.c b/usr.bin/netstat/route.c index a7c87d2e7a6..7cd75a28616 100644 --- a/usr.bin/netstat/route.c +++ b/usr.bin/netstat/route.c @@ -1,4 +1,4 @@ -/* $OpenBSD: route.c,v 1.109 2022/06/28 15:17:23 bluhm Exp $ */ +/* $OpenBSD: route.c,v 1.110 2023/11/14 10:31:22 claudio Exp $ */ /* $NetBSD: route.c,v 1.15 1996/05/07 02:55:06 thorpej Exp $ */ /* @@ -37,6 +37,7 @@ #include #include #define _KERNEL +#include #include #undef _KERNEL #include -- 2.20.1