diff options
author | Miles Bader <miles@gnu.org> | 1995-10-26 23:11:02 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1995-10-26 23:11:02 +0000 |
commit | bf899faa490678bed866a7f19218ea7f428b5b9d (patch) | |
tree | 3e7f55722c34710817f567cb19aa62afb758f9c2 | |
parent | 29370ca4881a554df22ed09a2347426f26e6d196 (diff) | |
download | glibc-bf899faa490678bed866a7f19218ea7f428b5b9d.tar.gz glibc-bf899faa490678bed866a7f19218ea7f428b5b9d.tar.xz glibc-bf899faa490678bed866a7f19218ea7f428b5b9d.zip |
Include "stdio-common/_itoa.h" instead of "stdio/_itoa.h".
-rw-r--r-- | sysdeps/mach/hurd/mknod.c | 2 |
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. */ |