Fix build with new glibc 2.26 * (from Charlie Fenton)

The nonstandard header <xlocale.h> has been removed.
 Most programs should use <locale.h> 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.
This commit is contained in:
Gianfranco Costamagna 2017-09-07 09:33:21 +02:00
parent 6f5540e750
commit b023a1dba2
1 changed files with 1 additions and 1 deletions

View File

@ -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 <xlocale.h>
#endif