diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-05-27 07:19:59 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-05-27 07:19:59 -0400 |
commit | d716fba49c7445ec87c3f045c59624fac03ee3f2 (patch) | |
tree | 75976090482070a194a78288b4ddd419ccb9680c /Documentation | |
parent | ef65b2a0b3a2f82850144df6e6a7796f6d66da6b (diff) |
perf report: Remove <ctype.h> include
Pekka reported build failure in builtin-report.c:
CC builtin-report.o
In file included from builtin-report.c:7:
/usr/include/ctype.h:102: error: expected expression before token
And observed:
| Removing #include <ctype.h> from builtin-report.c makes the problem
| go away. I am running Ubuntu 9.04 that has gcc 4.3.3 and libc 2.9.
Reported-by: Pekka J Enberg <penberg@cs.helsinki.fi>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Corey Ashford <cjashfor@linux.vnet.ibm.com>
Cc: Marcelo Tosatti <mtosatti@redhat.com>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: John Kacur <jkacur@redhat.com>
LKML-Reference: <new-submission>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/perf_counter/builtin-report.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/perf_counter/builtin-report.c b/Documentation/perf_counter/builtin-report.c index 9aef7c54483e..6265bedcd937 100644 --- a/Documentation/perf_counter/builtin-report.c +++ b/Documentation/perf_counter/builtin-report.c | |||
@@ -4,7 +4,6 @@ | |||
4 | #include <libelf.h> | 4 | #include <libelf.h> |
5 | #include <gelf.h> | 5 | #include <gelf.h> |
6 | #include <elf.h> | 6 | #include <elf.h> |
7 | #include <ctype.h> | ||
8 | 7 | ||
9 | #include "util/list.h" | 8 | #include "util/list.h" |
10 | #include "util/cache.h" | 9 | #include "util/cache.h" |