preload-hacks: Some patches to make it work.
[termux-packages] / packages / profanity / ui-inputwin.c.patch
1 diff --git a/src/ui/inputwin.c b/src/ui/inputwin.c
2 index 9b4eddf..cf8c0b1 100644
3 --- a/src/ui/inputwin.c
4 +++ b/src/ui/inputwin.c
5 @@ -39,6 +39,7 @@
6 #include <string.h>
7 #include <wchar.h>
8 #include <sys/time.h>
9 +#include <sys/select.h>
10 #include <errno.h>
11
12 #include <readline/readline.h>