Description: Fix build in Debian GNU/Hurd
Author: Boris Pek <tehnick-8@mail.ru>
Last-Update: 2012-11-20

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