diff options
Diffstat (limited to 'tools/perf/util/bpf-event.c')
-rw-r--r-- | tools/perf/util/bpf-event.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/util/bpf-event.c b/tools/perf/util/bpf-event.c index 5a5dcc6d8f85..5c634bcfea7e 100644 --- a/tools/perf/util/bpf-event.c +++ b/tools/perf/util/bpf-event.c | |||
@@ -14,6 +14,7 @@ | |||
14 | #include "session.h" | 14 | #include "session.h" |
15 | #include "map.h" | 15 | #include "map.h" |
16 | #include "evlist.h" | 16 | #include "evlist.h" |
17 | #include "record.h" | ||
17 | 18 | ||
18 | #define ptr_to_u64(ptr) ((__u64)(unsigned long)(ptr)) | 19 | #define ptr_to_u64(ptr) ((__u64)(unsigned long)(ptr)) |
19 | 20 | ||