diff options
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; |