diff options
Diffstat (limited to 'posix')
-rw-r--r-- | posix/getopt_init.c | 2 | ||||
-rw-r--r-- | posix/wordexp.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/posix/getopt_init.c b/posix/getopt_init.c index 9bcbd9c..55003d4 100644 --- a/posix/getopt_init.c +++ b/posix/getopt_init.c @@ -27,7 +27,7 @@ #include <unistd.h> #include <sys/types.h> -#include <stdio-common/_itoa.h> +#include <_itoa.h> /* Variable to synchronize work. */ char *__getopt_nonoption_flags; diff --git a/posix/wordexp.c b/posix/wordexp.c index ece5109..5ace137 100644 --- a/posix/wordexp.c +++ b/posix/wordexp.c @@ -42,7 +42,7 @@ #include <kernel-features.h> #include <bits/libc-lock.h> -#include <stdio-common/_itoa.h> +#include <_itoa.h> /* Undefine the following line for the production version. */ /* #define NDEBUG 1 */ |