diff options
Diffstat (limited to 'string/_strerror.c')
-rw-r--r-- | string/_strerror.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/string/_strerror.c b/string/_strerror.c index 87540797d9..6af622634f 100644 --- a/string/_strerror.c +++ b/string/_strerror.c @@ -22,7 +22,7 @@ #include <stdlib.h> #include <string.h> #include <sys/param.h> -#include <stdio-common/_itoa.h> +#include <_itoa.h> /* It is critical here that we always use the `dcgettext' function for the message translation. Since <libintl.h> only defines the macro |