termux-packages/packages/profanity/ui-inputwin.c.patch
Oliver Schmidhauser 51720bdf6c Add profanity, libstrophe and libotr (#431)
* add libstrophe package
* add libotr package
* add profanity package
2016-09-06 00:29:07 +02:00

13 lines
290 B
Diff

diff --git a/src/ui/inputwin.c b/src/ui/inputwin.c
index 9b4eddf..cf8c0b1 100644
--- a/src/ui/inputwin.c
+++ b/src/ui/inputwin.c
@@ -39,6 +39,7 @@
#include <string.h>
#include <wchar.h>
#include <sys/time.h>
+#include <sys/select.h>
#include <errno.h>
#include <readline/readline.h>