mirror of https://github.com/BOINC/boinc.git
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:
parent
6f5540e750
commit
b023a1dba2
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue