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