Skip to content

Commit

Permalink
perf tools: Remove direct slang.h include
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Arnaldo Carvalho de Melo committed Oct 22, 2010
1 parent 469b9b8 commit 8bfb5e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/perf/util/ui/browser.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#include <slang.h>
#include "libslang.h"
#include <linux/compiler.h>
#include <linux/list.h>
Expand Down

0 comments on commit 8bfb5e7

Please sign in to comment.