From a4e1098169a67716a81316c36ce22ddcb33df1c0 Mon Sep 17 00:00:00 2001 From: Tomasz Bursztyka Date: Mon, 20 Jan 2014 17:56:41 +0200 Subject: nft: Use new libnftnl library name against former libnftables Adapt the current code to use the new library name libnftnl. Signed-off-by: Tomasz Bursztyka Signed-off-by: Pablo Neira Ayuso --- iptables/xtables-restore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'iptables/xtables-restore.c') diff --git a/iptables/xtables-restore.c b/iptables/xtables-restore.c index 06053f62..9a80f1ef 100644 --- a/iptables/xtables-restore.c +++ b/iptables/xtables-restore.c @@ -16,7 +16,7 @@ #include "libiptc/libiptc.h" #include "xtables-multi.h" #include "nft.h" -#include +#include #ifdef DEBUG #define DEBUGP(x, args...) fprintf(stderr, x, ## args) -- cgit v1.2.3