kernel/samples/bpf/xdp2skb_meta_kern.c
.. .. @@ -12,7 +12,7 @@ 12 12 #include <uapi/linux/bpf.h> 13 13 #include <uapi/linux/pkt_cls.h> 14 14 15 -#include "bpf_helpers.h"15 +#include <bpf/bpf_helpers.h>16 16 17 17 /* 18 18 * This struct is stored in the XDP 'data_meta' area, which is located