aports/main/putty/fix-include.patch
2015-11-09 22:07:35 +01:00

13 lines
260 B
Diff

diff --git a/unix/uxcons.c b/unix/uxcons.c
index fa1c43f..8c8da0c 100644
--- a/unix/uxcons.c
+++ b/unix/uxcons.c
@@ -8,6 +8,7 @@
#include <stdarg.h>
#include <assert.h>
#include <errno.h>
+#include <sys/select.h>
#include <termios.h>
#include <unistd.h>