diff options
author | Jaehwan Kim <jae.hwan.kim@samsung.com> | 2015-02-04 19:19:45 +0900 |
---|---|---|
committer | Jaehwan Kim <jae.hwan.kim@samsung.com> | 2015-02-04 19:21:13 +0900 |
commit | 674d944c7d4bb683746ad4d82004d825be80b484 (patch) | |
tree | 7351b0bd374d4ba50803f01e7231d3d9dd36e80b /src/modules/datetime_input_ctxpopup | |
parent | 2c3fb2c5db2946c7f37ea259997e3559634312f1 (diff) |
datetime_module: Fix build warning.
Include the elm_widget.h
Diffstat (limited to 'src/modules/datetime_input_ctxpopup')
-rw-r--r-- | src/modules/datetime_input_ctxpopup/datetime_input_ctxpopup.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/datetime_input_ctxpopup/datetime_input_ctxpopup.c b/src/modules/datetime_input_ctxpopup/datetime_input_ctxpopup.c index 4405e1176..dafb8d72f 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 @@ | |||
3 | #endif | 3 | #endif |
4 | 4 | ||
5 | #include <Elementary.h> | 5 | #include <Elementary.h> |
6 | #include "elm_widget.h" | ||
6 | #include "elm_widget_datetime.h" | 7 | #include "elm_widget_datetime.h" |
7 | 8 | ||
8 | #define DATETIME_FIELD_COUNT 6 | 9 | #define DATETIME_FIELD_COUNT 6 |