about summary refs log tree commit diff
path: root/posix/getopt_init.c
diff options
context:
space:
mode:
Diffstat (limited to 'posix/getopt_init.c')
-rw-r--r--posix/getopt_init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/posix/getopt_init.c b/posix/getopt_init.c
index 9bcbd9c00d..55003d4b7e 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;