void-packages/srcpkgs/libusbmuxd/patches/icat.patch
Nathan Owens 4aa3104dab libusbmuxd: update to 2.0.0
Change from pkg-config to pkgconf

Signed-off-by: Nathan Owens <ndowens04@gmail.com>
2019-11-24 13:20:08 +01:00

15 lines
270 B
Diff

diff --git tools/icat.c tools/icat.c
index b306a47..7183461 100644
--- tools/icat.c
+++ tools/icat.c
@@ -38,7 +38,9 @@
#include <sys/ioctl.h>
#include <signal.h>
#endif
-
+#if !(__GLIBC__)
+#include <sys/select.h>
+#endif
#include "usbmuxd.h"
#include "socket.h"