diff options
Diffstat (limited to 'tools/perf/util/trace-event.h')
-rw-r--r-- | tools/perf/util/trace-event.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/perf/util/trace-event.h b/tools/perf/util/trace-event.h index 7575dfd26e58..a55fd37ffea1 100644 --- a/tools/perf/util/trace-event.h +++ b/tools/perf/util/trace-event.h | |||
@@ -77,6 +77,8 @@ void tracing_data_put(struct tracing_data *tdata); | |||
77 | 77 | ||
78 | struct addr_location; | 78 | struct addr_location; |
79 | 79 | ||
80 | struct perf_session; | ||
81 | |||
80 | struct scripting_ops { | 82 | struct scripting_ops { |
81 | const char *name; | 83 | const char *name; |
82 | int (*start_script) (const char *script, int argc, const char **argv); | 84 | int (*start_script) (const char *script, int argc, const char **argv); |