pick: Update from 1.2.1 to 1.3.0
[termux-packages] / packages / pick / src-pick.c.patch
1 diff -u -r ../pick-1.3.0/src/pick.c ./src/pick.c
2 --- ../pick-1.3.0/src/pick.c 2016-02-12 03:48:41.000000000 -0500
3 +++ ./src/pick.c 2016-02-17 22:50:26.050698229 -0500
4 @@ -14,6 +14,9 @@
5 #include <termios.h>
6 #include <unistd.h>
7
8 +/* For CTRL macro: */
9 +#include <sys/ttydefaults.h>
10 +
11 #ifdef HAVE_NCURSESW_H
12 #include <ncursesw/curses.h>
13 #include <ncursesw/term.h>