artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c95773
)
Pull in <sys/select.h> for fd_set
author
guenther
<guenther@openbsd.org>
Fri, 26 Aug 2016 06:18:01 +0000
(06:18 +0000)
committer
guenther
<guenther@openbsd.org>
Fri, 26 Aug 2016 06:18:01 +0000
(06:18 +0000)
ok deraadt@
sbin/isakmpd/transport.h
patch
|
blob
|
history
diff --git
a/sbin/isakmpd/transport.h
b/sbin/isakmpd/transport.h
index
8341139
..
2b80993
100644
(file)
--- a/
sbin/isakmpd/transport.h
+++ b/
sbin/isakmpd/transport.h
@@
-1,4
+1,4
@@
-/* $OpenBSD: transport.h,v 1.
19 2015/01/16 06:39:59 deraadt Exp $
*/
+/* $OpenBSD: transport.h,v 1.
20 2016/08/26 06:18:01 guenther Exp $
*/
/* $EOM: transport.h,v 1.16 2000/07/17 18:57:59 provos Exp $ */
/*
@@
-40,6
+40,7
@@
#include <sys/queue.h>
#include <sys/types.h>
+#include <sys/select.h>
#include <sys/socket.h>
#include "message.h"