diff options
Diffstat (limited to 'tools/perf/util/cgroup.c')
-rw-r--r-- | tools/perf/util/cgroup.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/perf/util/cgroup.c b/tools/perf/util/cgroup.c index d9ffc1e6eb39..984f69144f87 100644 --- a/tools/perf/util/cgroup.c +++ b/tools/perf/util/cgroup.c | |||
@@ -6,6 +6,9 @@ | |||
6 | #include "cgroup.h" | 6 | #include "cgroup.h" |
7 | #include "evlist.h" | 7 | #include "evlist.h" |
8 | #include <linux/stringify.h> | 8 | #include <linux/stringify.h> |
9 | #include <sys/types.h> | ||
10 | #include <sys/stat.h> | ||
11 | #include <fcntl.h> | ||
9 | 12 | ||
10 | int nr_cgroups; | 13 | int nr_cgroups; |
11 | 14 | ||