artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
728597f
)
Include <sys/queue.h> instead of relying on kernel headers to include
author
mpi
<mpi@openbsd.org>
Tue, 10 Jul 2018 09:35:27 +0000
(09:35 +0000)
committer
mpi
<mpi@openbsd.org>
Tue, 10 Jul 2018 09:35:27 +0000
(09:35 +0000)
it.
ok markus@ as part of a larger diff
sbin/ipsecctl/pfkdump.c
patch
|
blob
|
history
diff --git
a/sbin/ipsecctl/pfkdump.c
b/sbin/ipsecctl/pfkdump.c
index
d4767fd
..
4343b3e
100644
(file)
--- a/
sbin/ipsecctl/pfkdump.c
+++ b/
sbin/ipsecctl/pfkdump.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: pfkdump.c,v 1.4
6 2017/04/19 15:59:38 bluhm Exp $
*/
+/* $OpenBSD: pfkdump.c,v 1.4
7 2018/07/10 09:35:27 mpi Exp $
*/
/*
* Copyright (c) 2003 Markus Friedl. All rights reserved.
@@
-27,6
+27,7
@@
#include <sys/socket.h>
#include <sys/time.h>
#include <sys/sysctl.h>
+#include <sys/queue.h>
#include <net/pfkeyv2.h>
#include <netinet/ip_ipsp.h>
#include <netdb.h>