Pull in <sys/select.h> for fd_set
authorguenther <guenther@openbsd.org>
Sat, 27 Aug 2016 04:21:08 +0000 (04:21 +0000)
committerguenther <guenther@openbsd.org>
Sat, 27 Aug 2016 04:21:08 +0000 (04:21 +0000)
ok deraadt@

usr.sbin/sasyncd/carp.c
usr.sbin/sasyncd/log.c
usr.sbin/sasyncd/pfkey.c

index 7a4eb11..856fc5c 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: carp.c,v 1.14 2015/11/12 09:27:09 otto Exp $  */
+/*     $OpenBSD: carp.c,v 1.15 2016/08/27 04:21:08 guenther Exp $      */
 
 /*
  * Copyright (c) 2005 Håkan Olsson.  All rights reserved.
@@ -32,6 +32,7 @@
 
 #include <sys/types.h>
 #include <sys/ioctl.h>
+#include <sys/select.h>
 #include <sys/socket.h>
 #include <net/if.h>
 #include <net/route.h>
index 1f58bfb..70a1e5c 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: log.c,v 1.6 2009/11/11 23:05:28 deraadt Exp $ */
+/*     $OpenBSD: log.c,v 1.7 2016/08/27 04:21:08 guenther Exp $        */
 
 /*
  * Copyright (c) 2005 Håkan Olsson.  All rights reserved.
@@ -30,6 +30,7 @@
  */
 
 #include <sys/types.h>
+#include <sys/select.h>
 #include <stdio.h>
 #include <string.h>
 #include <stdarg.h>
index 6679973..000fe7f 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: pfkey.c,v 1.26 2016/07/18 21:22:09 benno Exp $        */
+/*     $OpenBSD: pfkey.c,v 1.27 2016/08/27 04:21:08 guenther Exp $     */
 
 /*
  * Copyright (c) 2005 Håkan Olsson.  All rights reserved.
@@ -32,6 +32,7 @@
 
 #include <sys/types.h>
 #include <sys/ioctl.h>
+#include <sys/select.h>
 #include <sys/socket.h>
 #include <sys/queue.h>
 #include <sys/sysctl.h>