datetime_module: Fix build warning.
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:21:13 +0000 (19:21 +0900)
Include the elm_widget.h

src/modules/datetime_input_ctxpopup/datetime_input_ctxpopup.c

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