]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Include "stdio-common/_itoa.h" instead of "stdio/_itoa.h".
authorMiles Bader <miles@gnu.org>
Thu, 26 Oct 1995 23:11:02 +0000 (23:11 +0000)
committerMiles Bader <miles@gnu.org>
Thu, 26 Oct 1995 23:11:02 +0000 (23:11 +0000)
sysdeps/mach/hurd/mknod.c

index cd8b7375a49d699ecd2bf730727037ac895fd326..1d82764ff6367d15baabff0a9685f07cfd6a169a 100644 (file)
@@ -22,7 +22,7 @@ Cambridge, MA 02139, USA.  */
 #include <hurd.h>
 #include <hurd/paths.h>
 #include <fcntl.h>
-#include "stdio/_itoa.h"
+#include "stdio-common/_itoa.h"
 #include <string.h>
 
 /* Temporary hack; this belongs in a header file, probably types.h. */