void-packages/srcpkgs/tickr/patches/musl-fix-unknown-fd_set.patch
Benjamín Albiñana a18e2ac02e tickr: update to 0.7.0.
Closes: #22584 [via git-merge-pr]
2020-06-09 10:24:18 +02:00

11 lines
322 B
Diff

--- src/libetm-0.5.0/tcp_socket.c 2020-01-09 10:49:20.000000000 +0100
+++ src/libetm-0.5.0/tcp_socket.c.new 2020-06-04 08:57:53.532982208 +0200
@@ -24,6 +24,7 @@
#include <errno.h>
#include <unistd.h>
#include <fcntl.h>
+#include <sys/select.h>
#ifndef WIN32_V
# include <sys/socket.h>
# include <netdb.h>