dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
Arnaldo Carvalho de Melo 2010-10-19 20:47:56 -02:00
parent 469b9b8848
commit 8bfb5e7d6a
1 changed files with 0 additions and 1 deletions

View File

@ -1,4 +1,3 @@
#include <slang.h>
#include "libslang.h"
#include <linux/compiler.h>
#include <linux/list.h>