Sophie

Sophie

distrib > Mandriva > current > i586 > media > contrib-release-src > by-pkgid > 449102acc8716ccdbdc11fdf0cebc7c5 > files > 1

scim-fcitx-3.1.1-11mdv2010.0.src.rpm

--- src/scim_fcitx_imengine.cpp~	2005-05-20 16:41:12.000000000 +0200
+++ src/scim_fcitx_imengine.cpp	2008-07-29 08:43:33.000000000 +0200
@@ -39,6 +39,7 @@
 #include "scim_fcitx_imengine.h"
 #include "main.h"
 #include "ime.h"
+#include <cstring>
 
 #define scim_module_init fcitx_LTX_scim_module_init
 #define scim_module_exit fcitx_LTX_scim_module_exit
--- src/ime.cpp~	2005-05-21 17:21:48.000000000 +0200
+++ src/ime.cpp	2008-07-29 08:43:58.000000000 +0200
@@ -3,7 +3,7 @@
 #define Uses_SCIM_CONFIG_BASE
 #define Uses_SCIM_CONFIG_PATH
 #include <ctype.h>
-
+#include <cstring>
 #include <scim.h>
 #include "scim_fcitx_imengine.h"
 using namespace scim;
--- src/sp.cpp~	2005-05-08 18:11:29.000000000 +0200
+++ src/sp.cpp	2008-07-29 08:44:54.000000000 +0200
@@ -11,6 +11,7 @@
 #include <sys/stat.h>
 #include <limits.h>
 #include <ctype.h>
+#include <cstring>
 
 #include "main.h"
 #include "sp.h"