[sword-svn] r3471 - in trunk: include src/modules/filters

scribe at crosswire.org scribe at crosswire.org
Sun May 21 21:15:46 MST 2017


Author: scribe
Date: 2017-05-21 21:15:45 -0700 (Sun, 21 May 2017)
New Revision: 3471

Modified:
   trunk/include/utf8scsu.h
   trunk/src/modules/filters/scsuutf8.cpp
Log:
Applied patch from Stefan Husmann <stefan-husmann at t-online.de> which
adds unicode/unistr.h for scsu files to fixe compiling on Arch Linux

Modified: trunk/include/utf8scsu.h
===================================================================
--- trunk/include/utf8scsu.h	2017-05-22 04:15:40 UTC (rev 3470)
+++ trunk/include/utf8scsu.h	2017-05-22 04:15:45 UTC (rev 3471)
@@ -28,6 +28,7 @@
 #include <unicode/utypes.h>
 #include <unicode/ucnv.h>
 #include <unicode/uchar.h>
+#include <unicode/unistr.h>
 
 SWORD_NAMESPACE_START
 

Modified: trunk/src/modules/filters/scsuutf8.cpp
===================================================================
--- trunk/src/modules/filters/scsuutf8.cpp	2017-05-22 04:15:40 UTC (rev 3470)
+++ trunk/src/modules/filters/scsuutf8.cpp	2017-05-22 04:15:45 UTC (rev 3471)
@@ -31,8 +31,12 @@
 
 #include <scsuutf8.h>
 #include <swbuf.h>
+#ifdef _ICU_
+#include <unicode/unistr.h>
+#endif
 
 
+
 SWORD_NAMESPACE_START
 
 




More information about the sword-cvs mailing list