diff options
author | Christian Kampka <christian@kampka.net> | 2015-11-09 20:22:08 +0100 |
---|---|---|
committer | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2015-11-09 22:07:35 +0100 |
commit | cb280aeb7c2185f3de8c9331139b77d1a04bf334 (patch) | |
tree | 01b3b912dcc88a4c778b52fe3b9db6d21cf7742f /main/putty/fix-include.patch | |
parent | 499542c7d5480b8cca3c3ba362032f6f3f80cde2 (diff) | |
download | aports-cb280aeb7c2185f3de8c9331139b77d1a04bf334.tar.bz2 aports-cb280aeb7c2185f3de8c9331139b77d1a04bf334.tar.xz |
main/putty: new upstream version 0.66
Diffstat (limited to 'main/putty/fix-include.patch')
-rw-r--r-- | main/putty/fix-include.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/main/putty/fix-include.patch b/main/putty/fix-include.patch new file mode 100644 index 0000000000..f024a5eb80 --- /dev/null +++ b/main/putty/fix-include.patch @@ -0,0 +1,12 @@ +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> |