From: Miles Bader Date: Thu, 26 Oct 1995 23:11:02 +0000 (+0000) Subject: Include "stdio-common/_itoa.h" instead of "stdio/_itoa.h". X-Git-Tag: cvs/libc-951029~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bf899faa490678bed866a7f19218ea7f428b5b9d;p=platform%2Fupstream%2Fglibc.git Include "stdio-common/_itoa.h" instead of "stdio/_itoa.h". --- diff --git a/sysdeps/mach/hurd/mknod.c b/sysdeps/mach/hurd/mknod.c index cd8b737..1d82764 100644 --- a/sysdeps/mach/hurd/mknod.c +++ b/sysdeps/mach/hurd/mknod.c @@ -22,7 +22,7 @@ Cambridge, MA 02139, USA. */ #include #include #include -#include "stdio/_itoa.h" +#include "stdio-common/_itoa.h" #include /* Temporary hack; this belongs in a header file, probably types.h. */