]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
perf_counter tools: fix build error
authorMike Galbraith <efault@gmx.de>
Sat, 2 May 2009 06:02:36 +0000 (08:02 +0200)
committerIngo Molnar <mingo@elte.hu>
Sun, 3 May 2009 07:27:00 +0000 (09:27 +0200)
ctype.h crawled out of the bit bucket :)

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Documentation/perf_counter/builtin-record.c

index 3a3deb3fbbc066128d964d35c32c60a4534c2947..ddfdcf86fb20ae1dd6ec2eea152d2b3430e8c568 100644 (file)
@@ -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>