diff options
author | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2013-04-24 23:43:33 +0900 |
---|---|---|
committer | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2013-04-24 23:43:33 +0900 |
commit | daac3fb794ce8ddcaa825066627ee72858b86264 (patch) | |
tree | b004dadec5cbcbd52edb8be046316048d1b4b68d /src/lib/ecore | |
parent | a87fc36b12fd898b3e0fb3802e03f0a6d17449c6 (diff) |
add a global Efl_Config.h for everyone.
* ned to replicate changes in other .pc.in files
* need to replicate changes in other E*.h installed header files
Diffstat (limited to 'src/lib/ecore')
-rw-r--r-- | src/lib/ecore/Ecore.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/ecore/Ecore.h b/src/lib/ecore/Ecore.h index 5f6f8bdb9f..1dad679654 100644 --- a/src/lib/ecore/Ecore.h +++ b/src/lib/ecore/Ecore.h | |||
@@ -281,6 +281,8 @@ | |||
281 | #ifndef _ECORE_H | 281 | #ifndef _ECORE_H |
282 | #define _ECORE_H | 282 | #define _ECORE_H |
283 | 283 | ||
284 | #include <Efl_Config.h> | ||
285 | |||
284 | #ifdef _MSC_VER | 286 | #ifdef _MSC_VER |
285 | # include <Evil.h> | 287 | # include <Evil.h> |
286 | #endif | 288 | #endif |