summaryrefslogtreecommitdiffstats
path: root/iptables/xtables-config-parser.y
diff options
context:
space:
mode:
Diffstat (limited to 'iptables/xtables-config-parser.y')
-rw-r--r--iptables/xtables-config-parser.y4
1 files changed, 2 insertions, 2 deletions
diff --git a/iptables/xtables-config-parser.y b/iptables/xtables-config-parser.y
index 36dae38d..2770a1b9 100644
--- a/iptables/xtables-config-parser.y
+++ b/iptables/xtables-config-parser.y
@@ -17,8 +17,8 @@
#include <errno.h>
#include <stdarg.h>
#include <libiptc/linux_list.h>
-#include <libnftables/table.h>
-#include <libnftables/chain.h>
+#include <libnftnl/table.h>
+#include <libnftnl/chain.h>
#include <netinet/in.h>
#include <linux/netfilter.h>