void-packages/srcpkgs/fzy/patches/musl.patch

19 lines
394 B
Diff

commit 219d94ddc4dc9ed7e6d0650c4807e85442fffea1
Author: Duncaen <mail@duncano.de>
Date: Sat Jul 30 23:11:13 2016 +0200
Add sys/select.h to fix building with musl libc
diff --git src/tty.c src/tty.c
index 97ac2ab..ed951b3 100644
--- src/tty.c
+++ src/tty.c
@@ -5,6 +5,7 @@
#include <stdarg.h>
#include <termios.h>
#include <sys/ioctl.h>
+#include <sys/select.h>
#include "tty.h"