diff options
Diffstat (limited to 'tools/perf/util/machine.c')
-rw-r--r-- | tools/perf/util/machine.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/perf/util/machine.c b/tools/perf/util/machine.c index 003025465198..6a77aefbe319 100644 --- a/tools/perf/util/machine.c +++ b/tools/perf/util/machine.c | |||
@@ -3,9 +3,11 @@ | |||
3 | #include <errno.h> | 3 | #include <errno.h> |
4 | #include <inttypes.h> | 4 | #include <inttypes.h> |
5 | #include <regex.h> | 5 | #include <regex.h> |
6 | #include <stdlib.h> | ||
6 | #include "callchain.h" | 7 | #include "callchain.h" |
7 | #include "debug.h" | 8 | #include "debug.h" |
8 | #include "dso.h" | 9 | #include "dso.h" |
10 | #include "env.h" | ||
9 | #include "event.h" | 11 | #include "event.h" |
10 | #include "evsel.h" | 12 | #include "evsel.h" |
11 | #include "hist.h" | 13 | #include "hist.h" |