jaehwan pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=674d944c7d4bb683746ad4d82004d825be80b484

commit 674d944c7d4bb683746ad4d82004d825be80b484
Author: Jaehwan Kim <jae.hwan....@samsung.com>
Date:   Wed Feb 4 19:19:45 2015 +0900

    datetime_module: Fix build warning.
    
    Include the elm_widget.h
---
 src/modules/datetime_input_ctxpopup/datetime_input_ctxpopup.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/modules/datetime_input_ctxpopup/datetime_input_ctxpopup.c 
b/src/modules/datetime_input_ctxpopup/datetime_input_ctxpopup.c
index 4405e11..dafb8d7 100644
--- a/src/modules/datetime_input_ctxpopup/datetime_input_ctxpopup.c
+++ b/src/modules/datetime_input_ctxpopup/datetime_input_ctxpopup.c
@@ -3,6 +3,7 @@
 #endif
 
 #include <Elementary.h>
+#include "elm_widget.h"
 #include "elm_widget_datetime.h"
 
 #define DATETIME_FIELD_COUNT    6

-- 


Reply via email to