summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1995-10-26 23:11:02 +0000
committerMiles Bader <miles@gnu.org>1995-10-26 23:11:02 +0000
commitbf899faa490678bed866a7f19218ea7f428b5b9d (patch)
tree3e7f55722c34710817f567cb19aa62afb758f9c2
parent29370ca4881a554df22ed09a2347426f26e6d196 (diff)
Include "stdio-common/_itoa.h" instead of "stdio/_itoa.h".
-rw-r--r--sysdeps/mach/hurd/mknod.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/mach/hurd/mknod.c b/sysdeps/mach/hurd/mknod.c
index cd8b7375a4..1d82764ff6 100644
--- a/sysdeps/mach/hurd/mknod.c
+++ b/sysdeps/mach/hurd/mknod.c
@@ -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. */