We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 97ad067 + d4f707a commit 186717fCopy full SHA for 186717f
Release/include/cpprest/asyncrt_utils.h
@@ -29,7 +29,10 @@
29
30
#ifndef _WIN32
31
#include <boost/algorithm/string.hpp>
32
-#if !defined(ANDROID) && !defined(__ANDROID__) // CodePlex 269
+#if !defined(ANDROID) && !defined(__ANDROID__) && !defined(__GLIBC__) // CodePlex 269
33
+/* Systems using glibc: xlocale.h has been removed from glibc 2.26
34
+ The above include of locale.h is sufficient
35
+ Further details: https://sourceware.org/git/?p=glibc.git;a=commit;h=f0be25b6336db7492e47d2e8e72eb8af53b5506d */
36
#include <xlocale.h>
37
#endif
38
0 commit comments