aboutsummaryrefslogtreecommitdiffstats
path: root/testing/vdr-plugin-vnsiserver/musl-fix.patch
blob: 3f3e0c433f93b4dde718cd1afecbd715bd6797f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/vnsiosd.c
+++ b/vnsiosd.c
@@ -24,7 +24,7 @@
 #include "responsepacket.h"
 #include <signal.h>
 #include <sys/ioctl.h>
-#include <sys/unistd.h>
+#include <unistd.h>
 #include <vdr/tools.h>
 #include <vdr/remote.h>
 #include "cxsocket.h"