summaryrefslogtreecommitdiffstats
path: root/tools/perf/examples/bpf/5sec.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/examples/bpf/5sec.c')
-rw-r--r--tools/perf/examples/bpf/5sec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/examples/bpf/5sec.c b/tools/perf/examples/bpf/5sec.c
index b9c203219691..49f4f84da485 100644
--- a/tools/perf/examples/bpf/5sec.c
+++ b/tools/perf/examples/bpf/5sec.c
@@ -39,7 +39,7 @@
Copyright (C) 2018 Red Hat, Inc., Arnaldo Carvalho de Melo <acme@redhat.com>
*/
-#include <bpf.h>
+#include <bpf/bpf.h>
int probe(hrtimer_nanosleep, rqtp->tv_sec)(void *ctx, int err, long sec)
{