fzy

terminal fuzzy finder picker

git clone https://9o.is/git/fzy.git

commit 8a675e07e1376eea7b8ef6939d2a442e796aa216
parent ea8a9104d22ad31381d5169b51fe20101f2c0459
Author: Duncaen <mail@duncano.de>
Date:   Sat, 30 Jul 2016 23:11:13 +0200

Add sys/select.h to fix building with musl libc

Diffstat:
Msrc/tty.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/tty.c b/src/tty.c @@ -5,6 +5,7 @@ #include <stdarg.h> #include <termios.h> #include <sys/ioctl.h> +#include <sys/select.h> #include "tty.h"