Fix crasher bug by initializing elementary
[profile/ivi/webskeleton.git] / webskeleton.c
index fb3ec96..394edff 100644 (file)
@@ -208,6 +208,8 @@ int main(int argc, char *argv[])
 
     if (!ecore_evas_init())
         return EXIT_FAILURE;
+    if (!elm_init())
+        return EXIT_FAILURE;
 
     static struct option options[] = {
         { "help",      no_argument,       NULL, 'h' },