summaryrefslogtreecommitdiffstats
path: root/pi-hole-ftl/0001-musl-poll-h.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pi-hole-ftl/0001-musl-poll-h.patch')
-rw-r--r--pi-hole-ftl/0001-musl-poll-h.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/pi-hole-ftl/0001-musl-poll-h.patch b/pi-hole-ftl/0001-musl-poll-h.patch
new file mode 100644
index 0000000..e2bc98d
--- /dev/null
+++ b/pi-hole-ftl/0001-musl-poll-h.patch
@@ -0,0 +1,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>