aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Galbraith <efault@gmx.de>2009-05-02 08:02:36 +0200
committerIngo Molnar <mingo@elte.hu>2009-05-03 09:27:00 +0200
commitdab6f6a3401f596fe934f41fc5da3f401adfdfb1 (patch)
tree9c5a7990685142a1e8e203a0ed0222a6ab450ea5
parent4ba67c1d48aeedcc31630bb40b6179fc7d360f90 (diff)
perf_counter tools: fix build error
ctype.h crawled out of the bit bucket :) Signed-off-by: Ingo Molnar <mingo@elte.hu>
-rw-r--r--Documentation/perf_counter/builtin-record.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/perf_counter/builtin-record.c b/Documentation/perf_counter/builtin-record.c
index 3a3deb3fbbc..ddfdcf86fb2 100644
--- a/Documentation/perf_counter/builtin-record.c
+++ b/Documentation/perf_counter/builtin-record.c
@@ -15,7 +15,6 @@
#include <fcntl.h>
#include <stdio.h>
#include <errno.h>
-#include <ctype.h>
#include <time.h>
#include <sched.h>
#include <pthread.h>