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/nft-shared.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'iptables/nft-shared.h') diff --git a/iptables/nft-shared.h b/iptables/nft-shared.h index 9df17bc3..1d01ebad 100644 --- a/iptables/nft-shared.h +++ b/iptables/nft-shared.h @@ -3,8 +3,8 @@ #include -#include -#include +#include +#include #include "xshared.h" -- cgit v1.2.3