summaryrefslogtreecommitdiffstats
path: root/libs/liblo/patches/001-fix-musl-include.patch
blob: f974bd3d1ad3820efcfac82e5c361efde79694f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/src/server.c
+++ b/src/server.c
@@ -48,7 +48,7 @@
 #include <netdb.h>
 #include <sys/socket.h>
 #ifdef HAVE_POLL
-#include <sys/poll.h>
+#include <poll.h>
 #endif
 #include <sys/un.h>
 #include <arpa/inet.h>