summaryrefslogtreecommitdiffstats
path: root/examples/nft-events.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/nft-events.c')
-rw-r--r--examples/nft-events.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/nft-events.c b/examples/nft-events.c
index 29cb659..150346a 100644
--- a/examples/nft-events.c
+++ b/examples/nft-events.c
@@ -18,9 +18,9 @@
#include <linux/netfilter/nf_tables.h>
#include <libmnl/libmnl.h>
-#include <libnftables/table.h>
-#include <libnftables/chain.h>
-#include <libnftables/rule.h>
+#include <libnftnl/table.h>
+#include <libnftnl/chain.h>
+#include <libnftnl/rule.h>
static int table_cb(const struct nlmsghdr *nlh, int type)
{