dect
/
linux-2.6
Archived
13
0
Fork 0

perf_counter tools: fix Documentation/perf_counter build error

Mike Galbraith reported:

> marge:..Documentation/perf_counter # make
>     CC builtin-stat.o
> In file included from builtin-stat.c:71:
> /usr/include/ctype.h:102: error: expected expression before ‘]’ token

Remove the ctype.h include.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
Peter Zijlstra 2009-04-28 14:56:18 +02:00 committed by Ingo Molnar
parent 148be2c15d
commit 1130b02961
2 changed files with 0 additions and 2 deletions

View File

@ -68,7 +68,6 @@
#include <fcntl.h>
#include <stdio.h>
#include <errno.h>
#include <ctype.h>
#include <time.h>
#include <sched.h>
#include <pthread.h>

View File

@ -49,7 +49,6 @@
#include <fcntl.h>
#include <stdio.h>
#include <errno.h>
#include <ctype.h>
#include <time.h>
#include <sched.h>
#include <pthread.h>