diff options
Diffstat (limited to 'examples/nft-set-get.c')
-rw-r--r-- | examples/nft-set-get.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/nft-set-get.c b/examples/nft-set-get.c index 6762032..7a94506 100644 --- a/examples/nft-set-get.c +++ b/examples/nft-set-get.c @@ -18,7 +18,7 @@ #include <linux/netfilter/nf_tables.h> #include <libmnl/libmnl.h> -#include <libnftables/set.h> +#include <libnftnl/set.h> static int set_cb(const struct nlmsghdr *nlh, void *data) { |