diff options
Diffstat (limited to 'tools/perf/util/trace-event-scripting.c')
-rw-r--r-- | tools/perf/util/trace-event-scripting.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/util/trace-event-scripting.c b/tools/perf/util/trace-event-scripting.c index b023db136ef3..ba58f69777a1 100644 --- a/tools/perf/util/trace-event-scripting.c +++ b/tools/perf/util/trace-event-scripting.c | |||
@@ -12,8 +12,8 @@ | |||
12 | 12 | ||
13 | #include "../perf.h" | 13 | #include "../perf.h" |
14 | #include "debug.h" | 14 | #include "debug.h" |
15 | #include "util.h" | ||
16 | #include "trace-event.h" | 15 | #include "trace-event.h" |
16 | #include <linux/zalloc.h> | ||
17 | 17 | ||
18 | struct scripting_context *scripting_context; | 18 | struct scripting_context *scripting_context; |
19 | 19 | ||