We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4a5abdc + 7b1c7ed commit c553e5bCopy full SHA for c553e5b
1 file changed
advanced03-AF_XDP/af_xdp_kern.c
@@ -2,7 +2,7 @@
2
3
#include <linux/bpf.h>
4
5
-#include "bpf_helpers.h"
+#include <bpf/bpf_helpers.h>
6
7
struct bpf_map_def SEC("maps") xsks_map = {
8
.type = BPF_MAP_TYPE_XSKMAP,
0 commit comments