Use <sys/select.h> to get select
commit3512f22ee7b3be0acdcaac43d199f907838ac22f
authorJonas 'Sortie' Termansen <sortie@maxsi.org>
Mon, 23 Jun 2014 22:48:42 +0000 (24 00:48 +0200)
committerRodrigo Kumpera <kumpera@gmail.com>
Thu, 26 Jun 2014 13:57:18 +0000 (26 09:57 -0400)
tree3b1e381718b5a8d52e815761488d1371fb1e92af
parentddfd29c85c6db895eb6781e1679b76666bf7007a
Use <sys/select.h> to get select

POSIX mandates that select is declared in <sys/select.h> (and in the header
<sys/time.h> for compatibility). It would be best to include the new header
if it is available. This is already done throughout the source tree, though
not in all instances.

This change is released under the MIT/X11 license.
eglib/configure.ac
eglib/src/gspawn.c
mono/metadata/console-unix.c