summaryrefslogtreecommitdiffstats
path: root/pi-hole-ftl/0001-musl-poll-h.patch
blob: e2bc98d9720ce97be89d2dbfb2db8bd6ce9318da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/dnsmasq/dnsmasq.h b/dnsmasq/dnsmasq.h
index 9321279..51a71c5 100644
--- a/dnsmasq/dnsmasq.h
+++ b/dnsmasq/dnsmasq.h
@@ -95,7 +95,7 @@ typedef unsigned long long u64;
 #if defined(HAVE_SOLARIS_NETWORK)
 #  include <sys/sockio.h>
 #endif
-#include <sys/poll.h>
+#include <poll.h>
 #include <sys/wait.h>
 #include <sys/time.h>
 #include <sys/un.h>