diff options
Diffstat (limited to 'posix/getopt_init.c')
-rw-r--r-- | posix/getopt_init.c | 2 |
1 files changed, 1 insertions, 1 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; |