artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9952f79
)
Add missing #include <sys/queue.h>
author
claudio
<claudio@openbsd.org>
Tue, 30 Aug 2022 16:00:21 +0000
(16:00 +0000)
committer
claudio
<claudio@openbsd.org>
Tue, 30 Aug 2022 16:00:21 +0000
(16:00 +0000)
usr.sbin/bgpd/kroute.c
patch
|
blob
|
history
diff --git
a/usr.sbin/bgpd/kroute.c
b/usr.sbin/bgpd/kroute.c
index
fa18450
..
03c3da4
100644
(file)
--- a/
usr.sbin/bgpd/kroute.c
+++ b/
usr.sbin/bgpd/kroute.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: kroute.c,v 1.29
7 2022/08/30 12:49:13
claudio Exp $ */
+/* $OpenBSD: kroute.c,v 1.29
8 2022/08/30 16:00:21
claudio Exp $ */
/*
* Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
@@
-18,6
+18,7
@@
*/
#include <sys/types.h>
+#include <sys/queue.h>
#include <sys/tree.h>
#include <sys/ioctl.h>
#include <sys/socket.h>