diff options
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/hurdlookup.c | 2 | ||||
-rw-r--r-- | hurd/hurdsock.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/hurd/hurdlookup.c b/hurd/hurdlookup.c index cb815baf7d..bc3366cdf5 100644 --- a/hurd/hurdlookup.c +++ b/hurd/hurdlookup.c @@ -21,7 +21,7 @@ Cambridge, MA 02139, USA. */ #include <string.h> #include <limits.h> #include <fcntl.h> -#include "stdio/_itoa.h" +#include "stdio-common/_itoa.h" #include <hurd/term.h> diff --git a/hurd/hurdsock.c b/hurd/hurdsock.c index 4dc6793535..a623270c3c 100644 --- a/hurd/hurdsock.c +++ b/hurd/hurdsock.c @@ -24,7 +24,7 @@ Cambridge, MA 02139, USA. */ #include <string.h> #include <hurd/paths.h> #include <stdio.h> -#include "stdio/_itoa.h" +#include "stdio-common/_itoa.h" #include <cthreads.h> /* For `struct mutex'. */ #include "hurdmalloc.h" /* XXX */ |