forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 093a6c67005148ae32a5c9e4553491b9f5c2457b
kernel/samples/bpf/parse_simple.c
....@@ -12,7 +12,7 @@
1212 #include <linux/udp.h>
1313 #include <uapi/linux/bpf.h>
1414 #include <net/ip.h>
15
-#include "bpf_helpers.h"
15
+#include <bpf/bpf_helpers.h>
1616
1717 #define DEFAULT_PKTGEN_UDP_PORT 9
1818