summaryrefslogtreecommitdiffstats
path: root/iptables/xtables-events.c
diff options
context:
space:
mode:
Diffstat (limited to 'iptables/xtables-events.c')
-rw-r--r--iptables/xtables-events.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/iptables/xtables-events.c b/iptables/xtables-events.c
index 408e091f..4be8ab8c 100644
--- a/iptables/xtables-events.c
+++ b/iptables/xtables-events.c
@@ -19,9 +19,9 @@
#include <linux/netfilter/nf_tables.h>
#include <libmnl/libmnl.h>
-#include <libnftables/table.h>
-#include <libnftables/chain.h>
-#include <libnftables/rule.h>
+#include <libnftnl/table.h>
+#include <libnftnl/chain.h>
+#include <libnftnl/rule.h>
#include <include/xtables.h>
#include "iptables.h" /* for xtables_globals */