summaryrefslogtreecommitdiffstats
path: root/examples/nft-ruleset-get.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/nft-ruleset-get.c')
-rw-r--r--examples/nft-ruleset-get.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/examples/nft-ruleset-get.c b/examples/nft-ruleset-get.c
index 25c6d7c..18de2a9 100644
--- a/examples/nft-ruleset-get.c
+++ b/examples/nft-ruleset-get.c
@@ -21,12 +21,12 @@
#include <linux/netfilter/nf_tables.h>
#include <libmnl/libmnl.h>
-#include <libnftables/common.h>
-#include <libnftables/ruleset.h>
-#include <libnftables/table.h>
-#include <libnftables/chain.h>
-#include <libnftables/set.h>
-#include <libnftables/rule.h>
+#include <libnftnl/common.h>
+#include <libnftnl/ruleset.h>
+#include <libnftnl/table.h>
+#include <libnftnl/chain.h>
+#include <libnftnl/set.h>
+#include <libnftnl/rule.h>
static int seq;