mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-28 22:03:12 +00:00
Use HAVE_WCSTOD_L also in header
This commit is contained in:
parent
57d6124e6e
commit
14ee19cc1b
1 changed files with 1 additions and 1 deletions
|
@ -199,6 +199,6 @@ int flock(int fd, int op);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef wcstod_l
|
#ifndef HAVE_WCSTOD_L
|
||||||
double wcstod_l(const wchar_t *enptr, wchar_t **endptr, locale_t loc);
|
double wcstod_l(const wchar_t *enptr, wchar_t **endptr, locale_t loc);
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue