diff options
Diffstat (limited to 'sysdeps/wordsize-64/wcstoul.c')
-rw-r--r-- | sysdeps/wordsize-64/wcstoul.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/wordsize-64/wcstoul.c b/sysdeps/wordsize-64/wcstoul.c index 2becb80744..b6f5d9ac07 100644 --- a/sysdeps/wordsize-64/wcstoul.c +++ b/sysdeps/wordsize-64/wcstoul.c @@ -3,7 +3,7 @@ #define wcstoull wcstoull_XXX #define wcstouq wcstouq_XXX -#include <wcsmbs/wcstoul.c> +#include <sysdeps/generic/wcstoul.c> #undef __wcstoull_internal #undef wcstoull |