aboutsummaryrefslogtreecommitdiffstats
path: root/main/fish/include-select-header.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/fish/include-select-header.patch')
-rw-r--r--main/fish/include-select-header.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/main/fish/include-select-header.patch b/main/fish/include-select-header.patch
new file mode 100644
index 0000000000..267efb0a6f
--- /dev/null
+++ b/main/fish/include-select-header.patch
@@ -0,0 +1,10 @@
+--- fish-2.2.0.orig/iothread.cpp
++++ fish-2.2.0/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