Skip to content

Commit

Permalink
perf_counter tools: fix build error
Browse files Browse the repository at this point in the history
ctype.h crawled out of the bit bucket :)

Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Mike Galbraith authored and Ingo Molnar committed May 3, 2009
1 parent 4ba67c1 commit dab6f6a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Documentation/perf_counter/builtin-record.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit dab6f6a

Please sign in to comment.