MGR: Fix build break on Mac

svn path=/trunk/boinc/; revision=22237
This commit is contained in:
Charlie Fenton 2010-08-14 22:37:56 +00:00
parent 4b48b0d419
commit 45aa09a670
2 changed files with 7 additions and 1 deletions

View File

@ -6064,3 +6064,9 @@ David 14 Aug 2010
lib/
gui_rpc_client.h
Charlie 14 Aug 2010
- MGR: Fix build break on Mac.
clientgui/
AsyncRPC.cpp

View File

@ -20,7 +20,7 @@
#endif
#if !(defined(_WIN32) || (defined(__WXMAC__) && (MAC_OS_X_VERSION_MIN_REQUIRED < MAC_OS_X_VERSION_10_4)))
//#include <xlocale.h>
#include <xlocale.h>
//#include "gui_rpc_client.h"
#endif