diff options
Diffstat (limited to 'tools/perf/util/parse-events.c')
-rw-r--r-- | tools/perf/util/parse-events.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/perf/util/parse-events.c b/tools/perf/util/parse-events.c index 170316795a18..34589c427e52 100644 --- a/tools/perf/util/parse-events.c +++ b/tools/perf/util/parse-events.c | |||
@@ -4,6 +4,9 @@ | |||
4 | #include <dirent.h> | 4 | #include <dirent.h> |
5 | #include <errno.h> | 5 | #include <errno.h> |
6 | #include <sys/ioctl.h> | 6 | #include <sys/ioctl.h> |
7 | #include <sys/types.h> | ||
8 | #include <sys/stat.h> | ||
9 | #include <fcntl.h> | ||
7 | #include <sys/param.h> | 10 | #include <sys/param.h> |
8 | #include "term.h" | 11 | #include "term.h" |
9 | #include "../perf.h" | 12 | #include "../perf.h" |