diff options
Diffstat (limited to 'sysdeps/generic/wcstol_l.c')
-rw-r--r-- | sysdeps/generic/wcstol_l.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/generic/wcstol_l.c b/sysdeps/generic/wcstol_l.c index abe7a98332..a7110a1d6c 100644 --- a/sysdeps/generic/wcstol_l.c +++ b/sysdeps/generic/wcstol_l.c @@ -27,4 +27,4 @@ extern long int ____wcstol_l_internal (const wchar_t *, wchar_t **, int, int, __locale_t); -#include <wcstol.c> +#include "wcstol.c" |