about summary refs log tree commit diff
path: root/sysdeps/mach/hurd/sethostid.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/mach/hurd/sethostid.c
parentd1af992d0d8184db0a4d264c00a2720722e1a280 (diff)
downloadglibc-eb96ffb07d0b1b23ecfaf9520d6757c7dbea0bd1.tar.gz
glibc-eb96ffb07d0b1b23ecfaf9520d6757c7dbea0bd1.tar.xz
glibc-eb96ffb07d0b1b23ecfaf9520d6757c7dbea0bd1.zip
Move stdio-common/_itoa.h to sysdeps/generic
Diffstat (limited to 'sysdeps/mach/hurd/sethostid.c')
-rw-r--r--sysdeps/mach/hurd/sethostid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/mach/hurd/sethostid.c b/sysdeps/mach/hurd/sethostid.c
index d1ff1b0f5b..7fadf6aa85 100644
--- a/sysdeps/mach/hurd/sethostid.c
+++ b/sysdeps/mach/hurd/sethostid.c
@@ -18,7 +18,7 @@
 #include <unistd.h>
 #include <hurd.h>
 #include "hurdhost.h"
-#include <stdio-common/_itoa.h>
+#include <_itoa.h>
 
 /* Set the current machine's Internet number to ID.
    This call is restricted to the super-user.  */