edge icon indicating copy to clipboard operation
edge copied to clipboard

Fix build error with glibc 2.26 xlocale.h

Open StewartThomson opened this issue 7 years ago • 0 comments

  • 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

StewartThomson avatar Jun 05 '18 13:06 StewartThomson