Fix build in Debian GNU/Hurd.

This commit is contained in:
Boris Pek 2012-11-20 22:41:38 +02:00
parent 5f2b7bc069
commit b452488431
1 changed files with 4 additions and 0 deletions

View File

@ -127,6 +127,10 @@
*/
#endif
#ifdef __GNU__
#define POSIX_THREAD_SUPPORT
#endif
#define USE_SELECT
#ifndef WINSOCK
#include <sys/select.h>