diff options
Diffstat (limited to 'tools/perf/arch/arm/annotate/instructions.c')
-rw-r--r-- | tools/perf/arch/arm/annotate/instructions.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/arch/arm/annotate/instructions.c b/tools/perf/arch/arm/annotate/instructions.c index c7d1a69b894f..e1d4b484cc4b 100644 --- a/tools/perf/arch/arm/annotate/instructions.c +++ b/tools/perf/arch/arm/annotate/instructions.c | |||
@@ -3,6 +3,7 @@ | |||
3 | #include <linux/zalloc.h> | 3 | #include <linux/zalloc.h> |
4 | #include <sys/types.h> | 4 | #include <sys/types.h> |
5 | #include <regex.h> | 5 | #include <regex.h> |
6 | #include <stdlib.h> | ||
6 | 7 | ||
7 | struct arm_annotate { | 8 | struct arm_annotate { |
8 | regex_t call_insn, | 9 | regex_t call_insn, |