linux-tools: fix i686.
This commit is contained in:
parent
8851ca272b
commit
44e3741124
|
@ -0,0 +1,10 @@
|
|||
--- tools/perf/arch/x86/util/unwind-libunwind.c.orig
|
||||
+++ tools/perf/arch/x86/util/unwind-libunwind.c
|
||||
@@ -1,6 +1,6 @@
|
||||
|
||||
-#ifndef REMOTE_UNWIND_LIBUNWIND
|
||||
#include <errno.h>
|
||||
+#ifndef REMOTE_UNWIND_LIBUNWIND
|
||||
#include <libunwind.h>
|
||||
#include "perf_regs.h"
|
||||
#include "../../util/unwind.h"
|
Loading…
Reference in New Issue