• Ingo Molnar's avatar
    perf report: Remove <ctype.h> include · d716fba4
    Ingo Molnar authored
    Pekka reported build failure in builtin-report.c:
    
        CC builtin-report.o
        In file included from builtin-report.c:7:
        /usr/include/ctype.h:102: error: expected expression before token
    
    And observed:
    
    | Removing #include <ctype.h> from builtin-report.c makes the problem
    | go away. I am running Ubuntu 9.04 that has gcc 4.3.3 and libc 2.9.
    Reported-by: default avatarPekka J Enberg <penberg@cs.helsinki.fi>
    Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
    Cc: Mike Galbraith <efault@gmx.de>
    Cc: Paul Mackerras <paulus@samba.org>
    Cc: Corey Ashford <cjashfor@linux.vnet.ibm.com>
    Cc: Marcelo Tosatti <mtosatti@redhat.com>
    Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
    Cc: Thomas Gleixner <tglx@linutronix.de>
    Cc: John Kacur <jkacur@redhat.com>
    LKML-Reference: <new-submission>
    Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
    d716fba4
builtin-report.c 19.6 KB