mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
10 lines
213 B
Diff
10 lines
213 B
Diff
--- iothread.cpp.orig
|
|
+++ iothread.cpp
|
|
@@ -11,6 +11,7 @@
|
|
#include <signal.h>
|
|
#include <fcntl.h>
|
|
#include <queue>
|
|
+#include <sys/select.h>
|
|
|
|
#ifdef _POSIX_THREAD_THREADS_MAX
|
|
#if _POSIX_THREAD_THREADS_MAX < 64
|