summaryrefslogtreecommitdiff
path: root/repo/libmnl/musl-fix-headers.patch
diff options
context:
space:
mode:
Diffstat (limited to 'repo/libmnl/musl-fix-headers.patch')
-rw-r--r--repo/libmnl/musl-fix-headers.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/repo/libmnl/musl-fix-headers.patch b/repo/libmnl/musl-fix-headers.patch
new file mode 100644
index 0000000..f3338b1
--- /dev/null
+++ b/repo/libmnl/musl-fix-headers.patch
@@ -0,0 +1,13 @@
+diff --git a/examples/netfilter/nfct-daemon.c b/examples/netfilter/nfct-daemon.c
+index a97c2ec..e3bb17a 100644
+--- a/examples/netfilter/nfct-daemon.c
++++ b/examples/netfilter/nfct-daemon.c
+@@ -20,6 +20,8 @@
+ #include <linux/netfilter/nfnetlink_conntrack.h>
+
+ #include <sys/queue.h>
++#include <sys/time.h>
++#include <sys/select.h>
+
+ struct nstats {
+ LIST_ENTRY(nstats) list;