summaryrefslogtreecommitdiffstats
path: root/examples/nft-rule-del.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/nft-rule-del.c')
-rw-r--r--examples/nft-rule-del.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/nft-rule-del.c b/examples/nft-rule-del.c
index c2b1a70..6f665b0 100644
--- a/examples/nft-rule-del.c
+++ b/examples/nft-rule-del.c
@@ -19,7 +19,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[])
{