Fix build error. 75/65275/1
authorWoochan Lee <wc0917.lee@samsung.com>
Fri, 8 Apr 2016 07:36:07 +0000 (16:36 +0900)
committerWoochan Lee <wc0917.lee@samsung.com>
Fri, 8 Apr 2016 07:36:40 +0000 (16:36 +0900)
I missed it :(

Change-Id: I0efe86ab66e584a05959849c0513c94d144e8b0b

src/examples/efl/main.cpp

index ecf491592ecd4d7eeff1e4303471cede000684ed..8898b7e099ee120481281ef4291abab1d7030a30 100644 (file)
@@ -56,6 +56,7 @@ create_toolbar(Evas_Object *parent, const char *style)
 Evas_Object*
 create_scrolling_content(Evas_Object *parent)
 {
+       char buf[PATH_MAX];
        Elm_Image *image;
 
        /* Image */