diff options
Diffstat (limited to 'src/lib/ecore/Ecore_Common.h')
-rw-r--r-- | src/lib/ecore/Ecore_Common.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/lib/ecore/Ecore_Common.h b/src/lib/ecore/Ecore_Common.h index 83307f2..eceb4ed 100644 --- a/src/lib/ecore/Ecore_Common.h +++ b/src/lib/ecore/Ecore_Common.h | |||
@@ -2,6 +2,8 @@ | |||
2 | extern "C" { | 2 | extern "C" { |
3 | #endif | 3 | #endif |
4 | 4 | ||
5 | #include <Efl_Config.h> | ||
6 | |||
5 | /** | 7 | /** |
6 | * @defgroup Ecore_Init_Group Ecore initialization, shutdown functions and reset on fork. | 8 | * @defgroup Ecore_Init_Group Ecore initialization, shutdown functions and reset on fork. |
7 | * @ingroup Ecore | 9 | * @ingroup Ecore |
@@ -30,8 +32,8 @@ EAPI int ecore_shutdown(void); | |||
30 | * @{ | 32 | * @{ |
31 | */ | 33 | */ |
32 | 34 | ||
33 | #define ECORE_VERSION_MAJOR 1 | 35 | #define ECORE_VERSION_MAJOR EFL_VERSION_MAJOR |
34 | #define ECORE_VERSION_MINOR 8 | 36 | #define ECORE_VERSION_MINOR EFL_VERSION_MINOR |
35 | 37 | ||
36 | typedef struct _Ecore_Version | 38 | typedef struct _Ecore_Version |
37 | { | 39 | { |