0a61681182
software gives you an outliner, a distraction-free mode, a note manager and much more! WWW: http://www.plume-creator.eu/ PR: 200117 Submitted by: yamagi@yamagi.org
13 lines
271 B
C++
13 lines
271 B
C++
--- src/rtf/writer.cpp.orig 2015-05-10 16:46:22 UTC
|
|
+++ src/rtf/writer.cpp
|
|
@@ -30,6 +30,10 @@
|
|
#include <windows.h>
|
|
#endif
|
|
|
|
+#ifdef __FreeBSD__
|
|
+#include <locale.h>
|
|
+#endif
|
|
+
|
|
//-----------------------------------------------------------------------------
|
|
|
|
namespace
|