r14566 by cbradney - #8714: Add in Solaris locale.h include
scribus-commit
scribus-commit at lists.scribus.net
Sat Jan 23 21:20:19 CET 2010
Revision: 14566
Author: cbradney
Date: 2010-01-23T20:16:32.658292Z
Commit message: #8714: Add in Solaris locale.h include
Changeset:
M /trunk/Scribus/scribus/scclocale.h
Diffs:
Index: scribus/scclocale.h
===================================================================
--- scribus/scclocale.h (revision 14565)
+++ scribus/scclocale.h (revision 14566)
@@ -21,6 +21,10 @@
#include <xlocale.h>
#endif
+#if defined(Q_OS_SOLARIS)
+#include <locale.h>
+#endif
+
#if defined(Q_WS_WIN)
#define XLocaleType _locale_t
#else
More information about the scribus-commit
mailing list