Pull in <sys/select.h> for fd_set
authorguenther <guenther@openbsd.org>
Fri, 26 Aug 2016 06:18:01 +0000 (06:18 +0000)
committerguenther <guenther@openbsd.org>
Fri, 26 Aug 2016 06:18:01 +0000 (06:18 +0000)
ok deraadt@

sbin/isakmpd/transport.h

index 8341139..2b80993 100644 (file)
@@ -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"