perf tools: Remove direct slang.h include
authorArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 19 Oct 2010 22:47:56 +0000 (20:47 -0200)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 22 Oct 2010 19:48:16 +0000 (17:48 -0200)
commit8bfb5e7d6a14b29cffddd113f4b0be7d9aafc1e8
tree8c00317aaa895a439d5b580d0bda38a072af54f5
parent469b9b88488e89114bb3e9ac5ee7906b7b96123f
perf tools: Remove direct slang.h include

We wrap it in libslang.h because we need to deal with older slang release
where HAVE_LONG_LONG is referenced as:

So we need to define it.

Noticed when rebuilding the perf tools on a RHEL5 machine.

Cc: Frédéric Weisbecker <fweisbec@gmail.com>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Stephane Eranian <eranian@google.com>
LKML-Reference: <new-submission>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/ui/browser.c