artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8be8d61
)
This code depends on internals from net/art.h so include it explicitly.
author
claudio
<claudio@openbsd.org>
Tue, 14 Nov 2023 10:31:22 +0000
(10:31 +0000)
committer
claudio
<claudio@openbsd.org>
Tue, 14 Nov 2023 10:31:22 +0000
(10:31 +0000)
OK bluhm@
usr.bin/netstat/route.c
patch
|
blob
|
history
diff --git
a/usr.bin/netstat/route.c
b/usr.bin/netstat/route.c
index
a7c87d2
..
7cd75a2
100644
(file)
--- a/
usr.bin/netstat/route.c
+++ b/
usr.bin/netstat/route.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: route.c,v 1.1
09 2022/06/28 15:17:23 bluhm Exp $
*/
+/* $OpenBSD: route.c,v 1.1
10 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 <net/if.h>
#include <net/if_types.h>
#define _KERNEL
+#include <net/art.h>
#include <net/route.h>
#undef _KERNEL
#include <netinet/ip_ipsp.h>