diff options
Diffstat (limited to 'src/lib/embryo/Embryo.h')
-rw-r--r-- | src/lib/embryo/Embryo.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/lib/embryo/Embryo.h b/src/lib/embryo/Embryo.h index e9020d4..923afe7 100644 --- a/src/lib/embryo/Embryo.h +++ b/src/lib/embryo/Embryo.h | |||
@@ -336,6 +336,8 @@ This is the @e only file you need to include. | |||
336 | #ifndef _EMBRYO_H | 336 | #ifndef _EMBRYO_H |
337 | #define _EMBRYO_H | 337 | #define _EMBRYO_H |
338 | 338 | ||
339 | #include <Efl_Config.h> | ||
340 | |||
339 | #ifdef EAPI | 341 | #ifdef EAPI |
340 | # undef EAPI | 342 | # undef EAPI |
341 | #endif | 343 | #endif |
@@ -366,8 +368,8 @@ This is the @e only file you need to include. | |||
366 | extern "C" { | 368 | extern "C" { |
367 | #endif | 369 | #endif |
368 | 370 | ||
369 | #define EMBRYO_VERSION_MAJOR 1 | 371 | #define EMBRYO_VERSION_MAJOR EFL_VERSION_MAJOR |
370 | #define EMBRYO_VERSION_MINOR 8 | 372 | #define EMBRYO_VERSION_MINOR EFL_VERSION_MINOR |
371 | 373 | ||
372 | typedef struct _Embryo_Version | 374 | typedef struct _Embryo_Version |
373 | { | 375 | { |