diff options
Diffstat (limited to 'tools/perf/builtin-test.c')
-rw-r--r-- | tools/perf/builtin-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/builtin-test.c b/tools/perf/builtin-test.c index 4fd34537c01..dc91ee06a37 100644 --- a/tools/perf/builtin-test.c +++ b/tools/perf/builtin-test.c | |||
@@ -12,7 +12,7 @@ | |||
12 | #include "util/parse-events.h" | 12 | #include "util/parse-events.h" |
13 | #include "util/session.h" | 13 | #include "util/session.h" |
14 | #include "util/symbol.h" | 14 | #include "util/symbol.h" |
15 | #include "util/thread.h" | 15 | #include "util/thread_map.h" |
16 | 16 | ||
17 | static long page_size; | 17 | static long page_size; |
18 | 18 | ||