mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-19 14:56:46 +02:00
13 lines
377 B
Diff
13 lines
377 B
Diff
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;
|