diff options
Diffstat (limited to 'tools/perf/util/llvm-utils.h')
| -rw-r--r-- | tools/perf/util/llvm-utils.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/util/llvm-utils.h b/tools/perf/util/llvm-utils.h index bf3f3f4c4fe2..7878a0e3fa98 100644 --- a/tools/perf/util/llvm-utils.h +++ b/tools/perf/util/llvm-utils.h @@ -6,7 +6,7 @@  #ifndef __LLVM_UTILS_H  #define __LLVM_UTILS_H -#include "debug.h" +#include <stdbool.h>  struct llvm_param {  	/* Path of clang executable */  |