summaryrefslogtreecommitdiffstats
path: root/tools/perf/arch/arm/util/dwarf-regs.c
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2011-09-20 22:15:55 +0200
committerArnd Bergmann <arnd@arndb.de>2011-09-20 22:15:55 +0200
commitda1c5afee092a2b51136ac3bf20c68bfff2924be (patch)
treefa71b9e3af25c870012a22e4cb72547f9aafcfd0 /tools/perf/arch/arm/util/dwarf-regs.c
parentMerge branch 'omap/cleanup' into next/cleanup (diff)
parentMerge branch 'next/topic-plat-samsung-1' into next-samsung-cleanup (diff)
downloadlinux-da1c5afee092a2b51136ac3bf20c68bfff2924be.tar.xz
linux-da1c5afee092a2b51136ac3bf20c68bfff2924be.zip
Merge branch 'samsung/cleanup' into next/cleanup
Diffstat (limited to 'tools/perf/arch/arm/util/dwarf-regs.c')
-rw-r--r--tools/perf/arch/arm/util/dwarf-regs.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/perf/arch/arm/util/dwarf-regs.c b/tools/perf/arch/arm/util/dwarf-regs.c
index fff6450c8c99..e8d5c551c69c 100644
--- a/tools/perf/arch/arm/util/dwarf-regs.c
+++ b/tools/perf/arch/arm/util/dwarf-regs.c
@@ -8,7 +8,10 @@
* published by the Free Software Foundation.
*/
+#include <stdlib.h>
+#ifndef __UCLIBC__
#include <libio.h>
+#endif
#include <dwarf-regs.h>
struct pt_regs_dwarfnum {