Fix build in Debian GNU/Hurd.
This commit is contained in:
parent
5f2b7bc069
commit
b452488431
|
@ -127,6 +127,10 @@
|
|||
*/
|
||||
#endif
|
||||
|
||||
#ifdef __GNU__
|
||||
#define POSIX_THREAD_SUPPORT
|
||||
#endif
|
||||
|
||||
#define USE_SELECT
|
||||
#ifndef WINSOCK
|
||||
#include <sys/select.h>
|
||||
|
|
Loading…
Reference in New Issue