diff options
Diffstat (limited to 'src/lib/ephysics/EPhysics.h')
-rw-r--r-- | src/lib/ephysics/EPhysics.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/ephysics/EPhysics.h b/src/lib/ephysics/EPhysics.h index 90ea09f046..f3716f9d00 100644 --- a/src/lib/ephysics/EPhysics.h +++ b/src/lib/ephysics/EPhysics.h | |||
@@ -65,6 +65,7 @@ | |||
65 | */ | 65 | */ |
66 | 66 | ||
67 | #include <Evas.h> | 67 | #include <Evas.h> |
68 | #include <Efl_Config.h> | ||
68 | 69 | ||
69 | #ifdef EAPI | 70 | #ifdef EAPI |
70 | # undef EAPI | 71 | # undef EAPI |
@@ -96,8 +97,8 @@ | |||
96 | extern "C" { | 97 | extern "C" { |
97 | #endif | 98 | #endif |
98 | 99 | ||
99 | #define EPHYSICS_VERSION_MAJOR 0 | 100 | #define EPHYSICS_VERSION_MAJOR EFL_VERSION_MAJOR |
100 | #define EPHYSICS_VERSION_MINOR 1 | 101 | #define EPHYSICS_VERSION_MINOR EFL_VERSION_MINOR |
101 | 102 | ||
102 | /** | 103 | /** |
103 | * @file | 104 | * @file |