diff options
author | doursse <doursse> | 2008-05-26 05:16:34 +0000 |
---|---|---|
committer | doursse <doursse@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33> | 2008-05-26 05:16:34 +0000 |
commit | cc0ca9325ecd23d25a2d8511c9f5d2af9c275b96 (patch) | |
tree | 756d2493d85d4a4191264f1df91af21986533ea2 /legacy/ecore/src/lib/ecore_file/ecore_file_private.h | |
parent | 550d4473201ebef6c450f558bd358d42ad874ace (diff) |
integration of evil in ecore. It's compiling on windows and my ubuntu. The commit is big, please report any problem
SVN revision: 34671
Diffstat (limited to 'legacy/ecore/src/lib/ecore_file/ecore_file_private.h')
-rw-r--r-- | legacy/ecore/src/lib/ecore_file/ecore_file_private.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/legacy/ecore/src/lib/ecore_file/ecore_file_private.h b/legacy/ecore/src/lib/ecore_file/ecore_file_private.h index 78da0926ce..e2001f7057 100644 --- a/legacy/ecore/src/lib/ecore_file/ecore_file_private.h +++ b/legacy/ecore/src/lib/ecore_file/ecore_file_private.h | |||
@@ -5,8 +5,14 @@ | |||
5 | #ifdef __linux__ | 5 | #ifdef __linux__ |
6 | # include <features.h> | 6 | # include <features.h> |
7 | #endif | 7 | #endif |
8 | #include "ecore_private.h" | 8 | |
9 | #include "Ecore.h" | 9 | #include "Ecore.h" |
10 | #include "ecore_private.h" | ||
11 | |||
12 | #ifdef HAVE_EVIL | ||
13 | # include <Evil.h> | ||
14 | #endif | ||
15 | |||
10 | #include "Ecore_File.h" | 16 | #include "Ecore_File.h" |
11 | 17 | ||
12 | /* ecore_file_monitor */ | 18 | /* ecore_file_monitor */ |