]> git.saurik.com Git - wxWidgets.git/commitdiff
Include <locale.h> to get LC_XXX constants declaration.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 28 Feb 2010 11:08:38 +0000 (11:08 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 28 Feb 2010 11:08:38 +0000 (11:08 +0000)
This fixes a compilation error under IRIX when using mipsPro.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63574 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/xlocale.cpp

index f89a7557661c3612e7eb6addc2503b07f6be9917..24dca049ca66fa89fdc3ba7ce5de8549fb56b30e 100644 (file)
@@ -32,6 +32,7 @@
 #include "wx/xlocale.h"
 
 #include <errno.h>
+#include <locale.h>
 
 // ----------------------------------------------------------------------------
 // module globals