10 lines
283 B
Diff
10 lines
283 B
Diff
--- src/putty/unix/uxcons.c.orig 2015-10-18 08:16:38.722097273 +0200
|
|
+++ src/putty/unix/uxcons.c 2015-10-18 08:16:54.161527050 +0200
|
|
@@ -12,6 +12,7 @@
|
|
#include <termios.h>
|
|
#include <unistd.h>
|
|
#include <fcntl.h>
|
|
+#include <sys/select.h>
|
|
|
|
#include "putty.h"
|
|
#include "storage.h"
|