summaryrefslogtreecommitdiffstats
path: root/examples/nft-chain-json-add.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/nft-chain-json-add.c')
-rw-r--r--examples/nft-chain-json-add.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/nft-chain-json-add.c b/examples/nft-chain-json-add.c
index 1802fb0..4fd0551 100644
--- a/examples/nft-chain-json-add.c
+++ b/examples/nft-chain-json-add.c
@@ -25,8 +25,8 @@
#include <linux/netfilter/nf_tables.h>
#include <libmnl/libmnl.h>
-#include <libnftables/chain.h>
-#include <libnftables/rule.h>
+#include <libnftnl/chain.h>
+#include <libnftnl/rule.h>
int main(int argc, char *argv[])
{