diff options
Diffstat (limited to 'sysdeps/wordsize-64/strtoul_l.c')
-rw-r--r-- | sysdeps/wordsize-64/strtoul_l.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/wordsize-64/strtoul_l.c b/sysdeps/wordsize-64/strtoul_l.c index 80cca332b1..9ee00a379a 100644 --- a/sysdeps/wordsize-64/strtoul_l.c +++ b/sysdeps/wordsize-64/strtoul_l.c @@ -3,7 +3,7 @@ #define __strtoull_l __strtoull_l_XXX #define strtoull_l strtoull_l_XXX -#include <stdlib/strtoul_l.c> +#include <sysdeps/generic/strtoul_l.c> #undef ____strtoull_l_internal #undef __strtoull_l |