Merge pull request #18 from tehnick/fix-build-on-hurd-i386

(tehnick) Fix build in Debian GNU/Hurd.
This commit is contained in:
Jan Vidar Krey 2012-11-23 02:25:36 -08:00
commit fdaadccb99
1 changed files with 4 additions and 0 deletions

View File

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