This commit is contained in:
Boris Pek 2012-11-23 02:25:07 -08:00
commit 4998238b0f

View File

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