Fix undefined symbol issue related to eina_lock APIs in EFL 1.20 66/166166/3
authorJihoon Kim <jihoon48.kim@samsung.com>
Mon, 8 Jan 2018 10:17:47 +0000 (19:17 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Mon, 8 Jan 2018 10:31:27 +0000 (10:31 +0000)
Change-Id: Ia5060c879b6be55e630ee8af8c2eee4f918a96c2
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
ism/modules/config/scim_simple_config.cpp

index 1d6246c..7200b9c 100644 (file)
@@ -39,7 +39,7 @@
 #include "scim_private.h"
 #include "scim.h"
 #include "scim_simple_config.h"
-#include <eina_lock.h>
+#include <Eina.h>
 
 #ifndef SCIM_SYSCONFDIR
   #define SCIM_SYSCONFDIR "/etc"