From 05e59e5fb0064c97a1c10921ecd549f2d4a58565 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Wed, 09 Oct 2024 06:14:40 +0000 Subject: [PATCH] add REDIRECT --- kernel/samples/bpf/test_lwt_bpf.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/kernel/samples/bpf/test_lwt_bpf.c b/kernel/samples/bpf/test_lwt_bpf.c index bacc801..1b56857 100644 --- a/kernel/samples/bpf/test_lwt_bpf.c +++ b/kernel/samples/bpf/test_lwt_bpf.c @@ -20,7 +20,7 @@ #include <linux/udp.h> #include <linux/icmpv6.h> #include <linux/if_ether.h> -#include "bpf_helpers.h" +#include <bpf/bpf_helpers.h> #include <string.h> # define printk(fmt, ...) \ -- Gitblit v1.6.2