-/* $OpenBSD: inet.c,v 1.149 2016/08/13 17:51:25 krw Exp $ */
+/* $OpenBSD: inet.c,v 1.150 2016/08/27 04:13:43 guenther Exp $ */
/* $NetBSD: inet.c,v 1.14 1995/10/03 21:42:37 thorpej Exp $ */
/*
*/
#include <sys/queue.h>
+#include <sys/select.h>
#include <sys/socket.h>
#include <sys/socketvar.h>
#include <sys/domain.h>
-/* $OpenBSD: mroute6.c,v 1.20 2015/02/13 13:28:17 dcoppa Exp $ */
+/* $OpenBSD: mroute6.c,v 1.21 2016/08/27 04:13:43 guenther Exp $ */
/*
* Copyright (C) 1998 WIDE Project.
*/
#include <sys/types.h>
+#include <sys/select.h>
#include <sys/socket.h>
#include <sys/sysctl.h>
-/* $OpenBSD: net80211.c,v 1.16 2016/06/05 17:11:42 stsp Exp $ */
+/* $OpenBSD: net80211.c,v 1.17 2016/08/27 04:13:43 guenther Exp $ */
/*
* Copyright (c) 2005 Reyk Floeter <reyk@openbsd.org>
#include <sys/types.h>
#include <sys/time.h>
+#include <sys/select.h>
#include <sys/socket.h>
#include <sys/file.h>
#include <sys/ioctl.h>
-/* $OpenBSD: route.c,v 1.99 2015/12/03 15:42:07 mpi Exp $ */
+/* $OpenBSD: route.c,v 1.100 2016/08/27 04:13:43 guenther Exp $ */
/* $NetBSD: route.c,v 1.15 1996/05/07 02:55:06 thorpej Exp $ */
/*
#include <sys/types.h>
#include <sys/protosw.h>
+#include <sys/select.h>
#include <sys/socket.h>
#include <net/if.h>