summaryrefslogtreecommitdiff
path: root/sysdeps/powerpc/powerpc32/dl-machine.c
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2012-03-20 16:00:23 -0700
committerH.J. Lu <hjl.tools@gmail.com>2012-03-20 16:00:23 -0700
commiteb96ffb07d0b1b23ecfaf9520d6757c7dbea0bd1 (patch)
treeaae4fe72d6bb48e8e0cb0d0b85676895fab29a8e /sysdeps/powerpc/powerpc32/dl-machine.c
parentd1af992d0d8184db0a4d264c00a2720722e1a280 (diff)
Move stdio-common/_itoa.h to sysdeps/generic
Diffstat (limited to 'sysdeps/powerpc/powerpc32/dl-machine.c')
-rw-r--r--sysdeps/powerpc/powerpc32/dl-machine.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/powerpc/powerpc32/dl-machine.c b/sysdeps/powerpc/powerpc32/dl-machine.c
index 9ad6bbbc0b..e535480133 100644
--- a/sysdeps/powerpc/powerpc32/dl-machine.c
+++ b/sysdeps/powerpc/powerpc32/dl-machine.c
@@ -23,7 +23,7 @@
#include <ldsodefs.h>
#include <elf/dynamic-link.h>
#include <dl-machine.h>
-#include <stdio-common/_itoa.h>
+#include <_itoa.h>
/* The value __cache_line_size is defined in dl-sysdep.c and is initialised
by _dl_sysdep_start via DL_PLATFORM_INIT. */