diff options
author | Ingo Molnar <[email protected]> | 2009-11-28 10:11:00 +0100 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2009-11-28 10:11:00 +0100 |
commit | cf72344d1ad7b33805ef8d65e758b267e6f4cb8d (patch) | |
tree | b30935162790b1a1ba8988c7587d4f89edbe171a | |
parent | 1ae4a971250c55e473ca53c78011fcf73809885d (diff) |
perf scripting: Fix build
Cc: Peter Zijlstra <[email protected]>
Cc: Mike Galbraith <[email protected]>
Cc: Paul Mackerras <[email protected]>
Cc: Arnaldo Carvalho de Melo <[email protected]>
Cc: Frederic Weisbecker <[email protected]>
LKML-Reference: <new-submission>
Signed-off-by: Ingo Molnar <[email protected]>
-rw-r--r-- | tools/perf/builtin-trace.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/perf/builtin-trace.c b/tools/perf/builtin-trace.c index ca8ebf1ec64e..abb914aa7be6 100644 --- a/tools/perf/builtin-trace.c +++ b/tools/perf/builtin-trace.c @@ -5,6 +5,8 @@ #include "util/symbol.h" #include "util/thread.h" #include "util/header.h" +#include "util/exec_cmd.h" +#include "util/trace-event.h" static char const *script_name; static char const *generate_script_lang; |