diff options
Diffstat (limited to 'tools/perf/arch/powerpc/util/dwarf-regs.c')
-rw-r--r-- | tools/perf/arch/powerpc/util/dwarf-regs.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/perf/arch/powerpc/util/dwarf-regs.c b/tools/perf/arch/powerpc/util/dwarf-regs.c index 48ae0c5e3f73..7cdd61d0e27c 100644 --- a/tools/perf/arch/powerpc/util/dwarf-regs.c +++ b/tools/perf/arch/powerpc/util/dwarf-regs.c | |||
@@ -9,7 +9,10 @@ | |||
9 | * 2 of the License, or (at your option) any later version. | 9 | * 2 of the License, or (at your option) any later version. |
10 | */ | 10 | */ |
11 | 11 | ||
12 | #include <stdlib.h> | ||
13 | #ifndef __UCLIBC__ | ||
12 | #include <libio.h> | 14 | #include <libio.h> |
15 | #endif | ||
13 | #include <dwarf-regs.h> | 16 | #include <dwarf-regs.h> |
14 | 17 | ||
15 | 18 | ||