blob: 267efb0a6f520d02fe24d86ce8269b280a266ef8 (
plain)
1
2
3
4
5
6
7
8
9
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
|