aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/samples/bpf/tracex6_kern.c
diff options
context:
space:
mode:
Diffstat (limited to 'samples/bpf/tracex6_kern.c')
-rw-r--r--samples/bpf/tracex6_kern.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/bpf/tracex6_kern.c b/samples/bpf/tracex6_kern.c
index 46c557afac73..96c234efa852 100644
--- a/samples/bpf/tracex6_kern.c
+++ b/samples/bpf/tracex6_kern.c
@@ -1,7 +1,7 @@
#include <linux/ptrace.h>
#include <linux/version.h>
#include <uapi/linux/bpf.h>
-#include "bpf_helpers.h"
+#include <bpf/bpf_helpers.h>
struct bpf_map_def SEC("maps") counters = {
.type = BPF_MAP_TYPE_PERF_EVENT_ARRAY,