From bdc53cd6302bbb972e06aa0dfbf921d39f9bbbc4 Mon Sep 17 00:00:00 2001 From: Wolfgang Stöggl Date: Jun 26 2017 15:19:08 +0000 Subject: Fix include xlocale.h - Add patch for asyncrt_utils.h Change include xlocale.h to bits/types/locale_t.h for Fedora > 26, due to a change in glibc --- diff --git a/cpprest-2.9.1-asyncrt_utils_xlocale.patch b/cpprest-2.9.1-asyncrt_utils_xlocale.patch new file mode 100644 index 0000000..611b6a3 --- /dev/null +++ b/cpprest-2.9.1-asyncrt_utils_xlocale.patch @@ -0,0 +1,13 @@ +diff --git a/Release/include/cpprest/asyncrt_utils.h b/Release/include/cpprest/asyncrt_utils.h +index 1c3bba97..24405e09 100644 +--- a/Release/include/cpprest/asyncrt_utils.h ++++ b/Release/include/cpprest/asyncrt_utils.h +@@ -30,7 +30,7 @@ + #ifndef _WIN32 + #include + #if !defined(ANDROID) && !defined(__ANDROID__) // CodePlex 269 +-#include ++#include + #endif + #endif +