aboutsummaryrefslogtreecommitdiff
path: root/net/gensio/patches/100-musl-compat.patch
blob: da61fe7413c3680d460efd80dd12aa0bedfcdad0 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/tools/gensiotool.c
+++ b/tools/gensiotool.c
@@ -44,7 +44,7 @@
 #include <signal.h>
 #include <errno.h>
 #include <sys/types.h>
-#include <sys/unistd.h>
+#include <unistd.h>
 #include <syslog.h>
 #endif