diff options
Diffstat (limited to 'tools/perf/util/parse-events.h')
-rw-r--r-- | tools/perf/util/parse-events.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/perf/util/parse-events.h b/tools/perf/util/parse-events.h index ca069f893381..5cb002894a17 100644 --- a/tools/perf/util/parse-events.h +++ b/tools/perf/util/parse-events.h | |||
@@ -4,7 +4,9 @@ | |||
4 | * Parse symbolic events/counts passed in as options: | 4 | * Parse symbolic events/counts passed in as options: |
5 | */ | 5 | */ |
6 | 6 | ||
7 | #include <stdbool.h> | ||
7 | #include "../../../include/linux/perf_event.h" | 8 | #include "../../../include/linux/perf_event.h" |
9 | #include "types.h" | ||
8 | 10 | ||
9 | struct list_head; | 11 | struct list_head; |
10 | struct perf_evsel; | 12 | struct perf_evsel; |