aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/util/debug.h')
-rw-r--r--tools/perf/util/debug.h2
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
10extern int verbose; 10extern int verbose;
11extern bool quiet, dump_trace; 11extern bool quiet, dump_trace;