diff options
-rw-r--r-- | sbin/isakmpd/transport.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/isakmpd/transport.h b/sbin/isakmpd/transport.h index 8341139e69f..2b809936b69 100644 --- 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" |