summaryrefslogtreecommitdiff
path: root/system/libmnl/test-include-sysselect.patch
diff options
context:
space:
mode:
Diffstat (limited to 'system/libmnl/test-include-sysselect.patch')
-rw-r--r--system/libmnl/test-include-sysselect.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/system/libmnl/test-include-sysselect.patch b/system/libmnl/test-include-sysselect.patch
new file mode 100644
index 000000000..ef9b6073d
--- /dev/null
+++ b/system/libmnl/test-include-sysselect.patch
@@ -0,0 +1,10 @@
+--- libmnl-1.0.4/examples/netfilter/nfct-daemon.c.old 2018-06-21 04:06:51.790655013 +0000
++++ libmnl-1.0.4/examples/netfilter/nfct-daemon.c 2018-06-21 04:03:34.850653597 +0000
+@@ -20,6 +20,7 @@
+ #include <linux/netfilter/nfnetlink_conntrack.h>
+
+ #include <sys/queue.h>
++#include <sys/select.h>
+
+ struct nstats {
+ LIST_ENTRY(nstats) list;