aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/tests/dwarf-unwind.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/tests/dwarf-unwind.c')
-rw-r--r--tools/perf/tests/dwarf-unwind.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/tests/dwarf-unwind.c b/tools/perf/tests/dwarf-unwind.c
index 4125255ff637..4f4ecbcbe87e 100644
--- a/tools/perf/tests/dwarf-unwind.c
+++ b/tools/perf/tests/dwarf-unwind.c
@@ -15,6 +15,7 @@
15#include "symbol.h" 15#include "symbol.h"
16#include "thread.h" 16#include "thread.h"
17#include "callchain.h" 17#include "callchain.h"
18#include "util/synthetic-events.h"
18 19
19#if defined (__x86_64__) || defined (__i386__) || defined (__powerpc__) 20#if defined (__x86_64__) || defined (__i386__) || defined (__powerpc__)
20#include "arch-tests.h" 21#include "arch-tests.h"