summaryrefslogtreecommitdiff
path: root/repo/libmnl/musl-fix-headers.patch
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-06-27 23:09:07 +0100
committerdavidovski <david@davidovski.xyz>2022-06-27 23:09:07 +0100
commitf6332a43c35387c4a2dea1746be5fd092890ae0e (patch)
treed6599f63de04096f3fc21a98e0b3bb39d55a3531 /repo/libmnl/musl-fix-headers.patch
parentf13e0cac13f90f7f57bce3b26b2e6383de6e4ad2 (diff)
added lf and iptables
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;