From aae23be946fca2ff7b57da5af97f04fe77e1f857 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Sun, 21 Jan 2018 17:33:50 +0100 Subject: [PATCH] Fixing xcode build after xlocale.h include change see commit e723bb2ee485aec50ab2595ae976ec573796a59e --- include/wx/osx/config_xcode.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/wx/osx/config_xcode.h b/include/wx/osx/config_xcode.h index 56aef33402..c9f3922de4 100644 --- a/include/wx/osx/config_xcode.h +++ b/include/wx/osx/config_xcode.h @@ -121,6 +121,7 @@ #define HAVE_GETPWUID_R 1 #define HAVE_GETGRGID_R 1 #define HAVE_LOCALE_T 1 +#define HAVE_XLOCALE_H 1 #define wxHAS_KQUEUE 1 #define PACKAGE_BUGREPORT "wx-dev@googlegroups.com"