mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-10 19:22:10 +01:00
11 lines
235 B
Diff
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
|