diff options
Diffstat (limited to 'Documentation/perf_counter/builtin-top.c')
-rw-r--r-- | Documentation/perf_counter/builtin-top.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/perf_counter/builtin-top.c b/Documentation/perf_counter/builtin-top.c index 4bed265926dd..626b32076499 100644 --- a/Documentation/perf_counter/builtin-top.c +++ b/Documentation/perf_counter/builtin-top.c | |||
@@ -42,13 +42,16 @@ | |||
42 | * Released under the GPL v2. (and only v2, not any later version) | 42 | * Released under the GPL v2. (and only v2, not any later version) |
43 | */ | 43 | */ |
44 | 44 | ||
45 | |||
45 | #include "perf.h" | 46 | #include "perf.h" |
46 | #include "util/util.h" | 47 | #include "util/util.h" |
47 | 48 | ||
48 | #include <getopt.h> | 49 | #include <getopt.h> |
49 | #include <assert.h> | 50 | #include <assert.h> |
50 | #include <fcntl.h> | 51 | #include <fcntl.h> |
52 | |||
51 | #include <stdio.h> | 53 | #include <stdio.h> |
54 | |||
52 | #include <errno.h> | 55 | #include <errno.h> |
53 | #include <time.h> | 56 | #include <time.h> |
54 | #include <sched.h> | 57 | #include <sched.h> |