Use HAVE_WCSTOD_L also in header

This commit is contained in:
Fabian Homborg 2018-12-18 11:03:33 +01:00
parent 57d6124e6e
commit 14ee19cc1b

View File

@ -199,6 +199,6 @@ int flock(int fd, int op);
#endif
#ifndef wcstod_l
#ifndef HAVE_WCSTOD_L
double wcstod_l(const wchar_t *enptr, wchar_t **endptr, locale_t loc);
#endif