summaryrefslogtreecommitdiff
path: root/repo/libmnl/musl-fix-headers.patch
blob: f3338b10354b94592c119671d8da89afd0ec7e3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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;