datetime_module: Fix build warning. 14/34914/1 tizen_3.0.2014.q4_common tizen_3.0.2015.q1_common accepted/tizen/common/20150205.080905 accepted/tizen/mobile/20150207.035740 accepted/tizen/tv/20150205.081311 accepted/tizen/wearable/20150205.103126 submit/tizen/20150205.052711
authorJaehwan Kim <jae.hwan.kim@samsung.com>
Wed, 4 Feb 2015 10:19:45 +0000 (19:19 +0900)
committerJaehwan Kim <jae.hwan.kim@samsung.com>
Wed, 4 Feb 2015 10:22:27 +0000 (19:22 +0900)
Include the elm_widget.h

Change-Id: Ib267fa8eef5231ca02dca25cb50b48cb100e251d

src/modules/datetime_input_ctxpopup/datetime_input_ctxpopup.c

index 4405e11..dafb8d7 100644 (file)
@@ -3,6 +3,7 @@
 #endif
 
 #include <Elementary.h>
+#include "elm_widget.h"
 #include "elm_widget_datetime.h"
 
 #define DATETIME_FIELD_COUNT    6