Fix the build break
authorKyuho Jo <kyuho.jo@samsung.com>
Fri, 1 May 2015 02:32:39 +0000 (11:32 +0900)
committerKyuho Jo <kyuho.jo@samsung.com>
Fri, 1 May 2015 02:35:48 +0000 (11:35 +0900)
Change-Id: I72a3d9f9d676b7376aa8b00557b8923b25548e5a
Signed-off-by: Kyuho Jo <kyuho.jo@samsung.com>
packaging/libwidget_provider.spec
widget_provider_app/include/widget_provider_app.h

index 29a4fa4..e5f1ff8 100755 (executable)
@@ -2,7 +2,7 @@
 
 Name: libwidget_provider
 Summary: Library for developing the widget service provider
-Version: 1.1.2
+Version: 1.1.3
 Release: 1
 Group: HomeTF/widget
 License: Flora
index 70563a6..9632633 100755 (executable)
@@ -15,6 +15,7 @@
  */
 
 #include <widget_service.h>
+#include <widget_service_internal.h>
 
 #ifndef __WIDGET_PROVIDER_APP_H
 #define __WIDGET_PROVIDER_APP_H