projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ccc3a25
)
Include <locale.h> to get LC_XXX constants declaration.
author
Vadim Zeitlin
<vadim@wxwidgets.org>
Sun, 28 Feb 2010 11:08:38 +0000
(11:08 +0000)
committer
Vadim 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
patch
|
blob
|
blame
|
history
diff --git
a/src/common/xlocale.cpp
b/src/common/xlocale.cpp
index f89a7557661c3612e7eb6addc2503b07f6be9917..24dca049ca66fa89fdc3ba7ce5de8549fb56b30e 100644
(file)
--- a/
src/common/xlocale.cpp
+++ b/
src/common/xlocale.cpp
@@
-32,6
+32,7
@@
#include "wx/xlocale.h"
#include <errno.h>
+#include <locale.h>
// ----------------------------------------------------------------------------
// module globals