diff options
Diffstat (limited to 'tools/perf/util/debug.h')
-rw-r--r-- | tools/perf/util/debug.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/util/debug.h b/tools/perf/util/debug.h index b2deee987ffa..d25ae1c4cee9 100644 --- a/tools/perf/util/debug.h +++ b/tools/perf/util/debug.h | |||
@@ -3,9 +3,9 @@ | |||
3 | #ifndef __PERF_DEBUG_H | 3 | #ifndef __PERF_DEBUG_H |
4 | #define __PERF_DEBUG_H | 4 | #define __PERF_DEBUG_H |
5 | 5 | ||
6 | #include <stdarg.h> | ||
6 | #include <stdbool.h> | 7 | #include <stdbool.h> |
7 | #include <linux/compiler.h> | 8 | #include <linux/compiler.h> |
8 | #include "../ui/util.h" | ||
9 | 9 | ||
10 | extern int verbose; | 10 | extern int verbose; |
11 | extern bool quiet, dump_trace; | 11 | extern bool quiet, dump_trace; |