From: claudio Date: Tue, 14 Nov 2023 10:31:22 +0000 (+0000) Subject: This code depends on internals from net/art.h so include it explicitly. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=3274c54623d28c837fb750455c7cdd814b6c1c8e;p=openbsd This code depends on internals from net/art.h so include it explicitly. OK bluhm@ --- 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