2017-09-03 00:47:48 +02:00
|
|
|
From: Jan Engelhardt <jengelh@inai.de>
|
|
|
|
Date: 2017-09-03 00:10:38.255132582 +0200
|
|
|
|
|
2017-10-27 00:08:40 +02:00
|
|
|
build: use locale.h instead of xlocale.h
|
2017-09-03 12:14:15 +02:00
|
|
|
|
|
|
|
glibc-2.26 has dropped xlocale.h.
|
2017-09-03 00:47:48 +02:00
|
|
|
---
|
2018-08-06 15:31:58 +02:00
|
|
|
clientgui/AsyncRPC.cpp | 4 +---
|
|
|
|
1 file changed, 1 insertion(+), 3 deletions(-)
|
2017-09-03 00:47:48 +02:00
|
|
|
|
2018-08-06 15:31:58 +02:00
|
|
|
--- a/clientgui/AsyncRPC.cpp
|
|
|
|
+++ b/clientgui/AsyncRPC.cpp
|
|
|
|
@@ -24,9 +24,7 @@
|
2017-09-03 00:47:48 +02:00
|
|
|
#endif
|
2018-08-06 15:31:58 +02:00
|
|
|
#include "config.h"
|
2017-09-03 00:47:48 +02:00
|
|
|
|
2018-08-06 15:31:58 +02:00
|
|
|
-#if HAVE_XLOCALE_H
|
2017-09-03 00:47:48 +02:00
|
|
|
-#include <xlocale.h>
|
2018-08-06 15:31:58 +02:00
|
|
|
-#endif
|
2017-09-03 00:47:48 +02:00
|
|
|
+#include <locale.h>
|
|
|
|
|
|
|
|
#include "stdwx.h"
|
2018-08-06 15:31:58 +02:00
|
|
|
#include "BOINCGUIApp.h"
|