diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/perf/util/data-convert-bt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/util/data-convert-bt.c b/tools/perf/util/data-convert-bt.c index 4b59879391c0..7b1bc24c382e 100644 --- a/tools/perf/util/data-convert-bt.c +++ b/tools/perf/util/data-convert-bt.c | |||
@@ -26,6 +26,7 @@ | |||
26 | #include "evlist.h" | 26 | #include "evlist.h" |
27 | #include "evsel.h" | 27 | #include "evsel.h" |
28 | #include "machine.h" | 28 | #include "machine.h" |
29 | #include "config.h" | ||
29 | 30 | ||
30 | #define pr_N(n, fmt, ...) \ | 31 | #define pr_N(n, fmt, ...) \ |
31 | eprintf(n, debug_data_convert, fmt, ##__VA_ARGS__) | 32 | eprintf(n, debug_data_convert, fmt, ##__VA_ARGS__) |