aports/main/fish/include-select-header.patch
2015-08-10 13:22:50 +00:00

11 lines
235 B
Diff

--- 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