forked from pool/boinc-client
Jan Engelhardt
f538682497
https://build.opensuse.org/request/show/1183568#comment-1957214 https://build.opensuse.org/request/show/1184357#comment-1959404 OBS-URL: https://build.opensuse.org/package/show/network/boinc-client?expand=0&rev=124
24 lines
470 B
Diff
24 lines
470 B
Diff
From: Jan Engelhardt <jengelh@inai.de>
|
|
Date: 2017-09-03 00:10:38.255132582 +0200
|
|
|
|
build: use locale.h instead of xlocale.h
|
|
|
|
glibc-2.26 has dropped xlocale.h.
|
|
---
|
|
clientgui/AsyncRPC.cpp | 4 +---
|
|
1 file changed, 1 insertion(+), 3 deletions(-)
|
|
|
|
--- a/clientgui/AsyncRPC.cpp
|
|
+++ b/clientgui/AsyncRPC.cpp
|
|
@@ -24,9 +24,7 @@
|
|
#endif
|
|
#include "config.h"
|
|
|
|
-#if HAVE_XLOCALE_H
|
|
-#include <xlocale.h>
|
|
-#endif
|
|
+#include <locale.h>
|
|
|
|
#include "stdwx.h"
|
|
#include "BOINCGUIApp.h"
|