diff options
author | Mike Galbraith <efault@gmx.de> | 2009-05-02 02:02:36 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-05-03 03:27:00 -0400 |
commit | dab6f6a3401f596fe934f41fc5da3f401adfdfb1 (patch) | |
tree | 9c5a7990685142a1e8e203a0ed0222a6ab450ea5 /Documentation | |
parent | 4ba67c1d48aeedcc31630bb40b6179fc7d360f90 (diff) |
perf_counter tools: fix build error
ctype.h crawled out of the bit bucket :)
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/perf_counter/builtin-record.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/perf_counter/builtin-record.c b/Documentation/perf_counter/builtin-record.c index 3a3deb3fbbc0..ddfdcf86fb20 100644 --- a/Documentation/perf_counter/builtin-record.c +++ b/Documentation/perf_counter/builtin-record.c | |||
@@ -15,7 +15,6 @@ | |||
15 | #include <fcntl.h> | 15 | #include <fcntl.h> |
16 | #include <stdio.h> | 16 | #include <stdio.h> |
17 | #include <errno.h> | 17 | #include <errno.h> |
18 | #include <ctype.h> | ||
19 | #include <time.h> | 18 | #include <time.h> |
20 | #include <sched.h> | 19 | #include <sched.h> |
21 | #include <pthread.h> | 20 | #include <pthread.h> |