Ray Donnelly 9b4b569741 POSIX: Fix GCC 5+ plugin build failure on Cygwin
Cygwin follows POSIX IEEE Std 1003.1, 2004 Edition spec
for the select() fuction as described at:

http://pubs.opengroup.org/onlinepubs/009695399/functions/pselect.html

.. so we must #include <sys/select.h> for the declaration.

Signed-off-by: Ray Donnelly <mingw.android@gmail.com>
2016-01-03 15:52:52 +00:00
..
2009-08-02 23:33:36 +02:00
2015-11-13 02:17:45 +00:00
2010-04-07 00:04:06 +02:00
2010-03-30 22:31:49 +02:00
2010-01-07 18:31:13 +01:00
2015-11-16 13:35:56 -08:00