summaryrefslogtreecommitdiffstats
path: root/iptables/xtables-restore.c
diff options
context:
space:
mode:
authorTomasz Bursztyka <tomasz.bursztyka@linux.intel.com>2014-01-20 17:56:41 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2014-01-20 17:01:56 +0100
commita4e1098169a67716a81316c36ce22ddcb33df1c0 (patch)
treef5b639a67053803bb4ad068a85356659bfc8fa97 /iptables/xtables-restore.c
parent4182478977685b0cbe71eb3d75f004f23a775d6c (diff)
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 <tomasz.bursztyka@linux.intel.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'iptables/xtables-restore.c')
-rw-r--r--iptables/xtables-restore.c2
1 files changed, 1 insertions, 1 deletions
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 <libnftables/chain.h>
+#include <libnftnl/chain.h>
#ifdef DEBUG
#define DEBUGP(x, args...) fprintf(stderr, x, ## args)