From b023a1dba2f339d8c83beca5cfcb164e02da064f Mon Sep 17 00:00:00 2001 From: Gianfranco Costamagna Date: Thu, 7 Sep 2017 09:33:21 +0200 Subject: [PATCH] Fix build with new glibc 2.26 * (from Charlie Fenton) The nonstandard header has been removed. Most programs should use instead. If you have a specific need for the definition of locale_t with no other declarations, please contact libc-alpha@sourceware.org and explain. --- clientgui/AsyncRPC.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clientgui/AsyncRPC.cpp b/clientgui/AsyncRPC.cpp index f196ced8b1..47de6a9430 100644 --- a/clientgui/AsyncRPC.cpp +++ b/clientgui/AsyncRPC.cpp @@ -19,7 +19,7 @@ #pragma implementation "AsyncRPC.h" #endif -#if !(defined(_WIN32) || (defined(__WXMAC__) && (MAC_OS_X_VERSION_MIN_REQUIRED < MAC_OS_X_VERSION_10_4))) +#if HAVE_XLOCALE_H #include #endif