update for gcc 4.3
authorChoe Hwanjin <choe.hwanjin@gmail.com>
Tue, 26 Feb 2008 14:27:00 +0000 (14:27 +0000)
committerChoe Hwanjin <choe.hwanjin@gmail.com>
Tue, 26 Feb 2008 14:27:00 +0000 (14:27 +0000)
patch file from Hu Zheng <zhu@redhat.com>

git-svn-id: https://scim.svn.sourceforge.net/svnroot/scim/scim-hangul/trunk@67 1ec84b21-7132-0410-a32e-e68a3534c3c7

src/scim_hangul_imengine.cpp
src/scim_hangul_imengine_setup.cpp

index 0420cd804e8bff3b5c52237e08e20b1a597ee096..b874c3ea0d36fe662e9ded22edc09c842d346260 100644 (file)
@@ -33,6 +33,7 @@
   #include <config.h>
 #endif
 
+#include <cstring>
 #include <scim.h>
 #include "scim_hangul_imengine.h"
 
index e2d3bbb66846f60df4dd8927922a7290e8e4cde8..72a7cae5ffaf3d4f493f4ef9a5780dc6c6118ddf 100644 (file)
@@ -34,6 +34,7 @@
   #include <config.h>
 #endif
 
+#include <cstring>
 #include <scim.h>
 #include <gtk/scimkeyselection.h>