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>
#include <fcntl.h>
#include <stdio.h>
#include <errno.h>
-#include <ctype.h>
#include <time.h>
#include <sched.h>
#include <pthread.h>
#include <fcntl.h>
#include <stdio.h>
#include <errno.h>
-#include <ctype.h>
#include <time.h>
#include <sched.h>
#include <pthread.h>