upload isf tizen beta package
[framework/uifw/isf.git] / ism / src / scim_helper_launcher.cpp
index 8c6281e..04ae36c 100644 (file)
@@ -31,6 +31,7 @@
 #include <stdlib.h>
 #include "scim_private.h"
 #include "scim.h"
+#include <privilege-control.h>
 
 using namespace scim;
 
@@ -44,6 +45,8 @@ int main (int argc, char *argv [])
     String uuid;
     bool   daemon = false;
 
+    control_privilege ();
+
     char *p =  getenv ("DISPLAY");
     if (p) display = String (p);