diff options
Diffstat (limited to 'src/lib/ethumb/Ethumb.h')
-rw-r--r-- | src/lib/ethumb/Ethumb.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/ethumb/Ethumb.h b/src/lib/ethumb/Ethumb.h index fd4dff708a..4f91433588 100644 --- a/src/lib/ethumb/Ethumb.h +++ b/src/lib/ethumb/Ethumb.h | |||
@@ -2,6 +2,7 @@ | |||
2 | #define __ETHUMB_H__ 1 | 2 | #define __ETHUMB_H__ 1 |
3 | 3 | ||
4 | #include <Eina.h> | 4 | #include <Eina.h> |
5 | #include <Efl_Config.h> | ||
5 | 6 | ||
6 | #ifdef EAPI | 7 | #ifdef EAPI |
7 | # undef EAPI | 8 | # undef EAPI |
@@ -33,8 +34,8 @@ | |||
33 | extern "C" { | 34 | extern "C" { |
34 | #endif | 35 | #endif |
35 | 36 | ||
36 | #define ETHUMB_VERSION_MAJOR 1 | 37 | #define ETHUMB_VERSION_MAJOR EFL_VERSION_MAJOR |
37 | #define ETHUMB_VERSION_MINOR 8 | 38 | #define ETHUMB_VERSION_MINOR EFL_VERSION_MINOR |
38 | 39 | ||
39 | typedef struct _Ethumb_Version | 40 | typedef struct _Ethumb_Version |
40 | { | 41 | { |