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 cd8b737..1d82764 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. */