edge
edge copied to clipboard
Fix build error with glibc 2.26 xlocale.h
- Do not include xlocale.h on systems, where GLIBC is defined xlocale.h has been removed from glibc 2.26 The include of locale.h in asyncrt_utils.h is sufficient Further details: https://sourceware.org/git/?p=glibc.git;a=commit;h=f0be25b
- Fixes #644