diff options
Diffstat (limited to 'samples/bpf/trace_event_user.c')
-rw-r--r-- | samples/bpf/trace_event_user.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/samples/bpf/trace_event_user.c b/samples/bpf/trace_event_user.c index 56f7a259a7c9..1fa1becfa641 100644 --- a/samples/bpf/trace_event_user.c +++ b/samples/bpf/trace_event_user.c | |||
@@ -21,6 +21,7 @@ | |||
21 | #include "libbpf.h" | 21 | #include "libbpf.h" |
22 | #include "bpf_load.h" | 22 | #include "bpf_load.h" |
23 | #include "perf-sys.h" | 23 | #include "perf-sys.h" |
24 | #include "trace_helpers.h" | ||
24 | 25 | ||
25 | #define SAMPLE_FREQ 50 | 26 | #define SAMPLE_FREQ 50 |
26 | 27 | ||