diff options
author | Sebastian Dransfeld <sd@tango.flipp.net> | 2007-11-22 11:55:35 +0000 |
---|---|---|
committer | Sebastian Dransfeld <sd@tango.flipp.net> | 2007-11-22 11:55:35 +0000 |
commit | 8ee02e0e2a75d5d127861bfd9701fe859a06d3eb (patch) | |
tree | e9c027096d86c422c576d828f004042ef2249eb0 /legacy/ecore/src/lib/ecore_imf/ecore_imf.c | |
parent | ed930e98a287909abcd6a1b25ecf29a2a59e8245 (diff) |
Fix warnings.
SVN revision: 32820
Diffstat (limited to '')
-rw-r--r-- | legacy/ecore/src/lib/ecore_imf/ecore_imf.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/legacy/ecore/src/lib/ecore_imf/ecore_imf.c b/legacy/ecore/src/lib/ecore_imf/ecore_imf.c index acf7e8d693..593cadc254 100644 --- a/legacy/ecore/src/lib/ecore_imf/ecore_imf.c +++ b/legacy/ecore/src/lib/ecore_imf/ecore_imf.c | |||
@@ -5,6 +5,9 @@ | |||
5 | #include "config.h" | 5 | #include "config.h" |
6 | 6 | ||
7 | #include "Ecore_IMF.h" | 7 | #include "Ecore_IMF.h" |
8 | #include "ecore_imf_private.h" | ||
9 | |||
10 | #include <Ecore.h> | ||
8 | 11 | ||
9 | EAPI int ECORE_IMF_EVENT_PREEDIT_START = 0; | 12 | EAPI int ECORE_IMF_EVENT_PREEDIT_START = 0; |
10 | EAPI int ECORE_IMF_EVENT_PREEDIT_END = 0; | 13 | EAPI int ECORE_IMF_EVENT_PREEDIT_END = 0; |