artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a75cbf2
)
Add sys/queue.h to the include list since imsg.h needs it. Currently
author
claudio
<claudio@openbsd.org>
Thu, 4 Mar 2021 10:56:47 +0000
(10:56 +0000)
committer
claudio
<claudio@openbsd.org>
Thu, 4 Mar 2021 10:56:47 +0000
(10:56 +0000)
net/route.h pulls this is as a side-effect.
OK krw@
sbin/dhclient/kroute.c
patch
|
blob
|
history
diff --git
a/sbin/dhclient/kroute.c
b/sbin/dhclient/kroute.c
index
97cd817
..
cb67612
100644
(file)
--- a/
sbin/dhclient/kroute.c
+++ b/
sbin/dhclient/kroute.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: kroute.c,v 1.19
5 2021/02/24 16:18:59 krw Exp $
*/
+/* $OpenBSD: kroute.c,v 1.19
6 2021/03/04 10:56:47 claudio Exp $
*/
/*
* Copyright 2012 Kenneth R Westerback <krw@openbsd.org>
@@
-17,6
+17,7
@@
*/
#include <sys/ioctl.h>
+#include <sys/queue.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/sysctl.h>