diff options
Diffstat (limited to 'sysdeps/mach/_strerror.c')
-rw-r--r-- | sysdeps/mach/_strerror.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/mach/_strerror.c b/sysdeps/mach/_strerror.c index 8754f4c047..82d83a048f 100644 --- a/sysdeps/mach/_strerror.c +++ b/sysdeps/mach/_strerror.c @@ -20,7 +20,7 @@ Cambridge, MA 02139, USA. */ #include <string.h> #include <mach/error.h> #include <errorlib.h> -#include "../stdio/_itoa.h" +#include "../stdio-common/_itoa.h" /* Return a string describing the errno code in ERRNUM. */ char * |