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_monitor.c | |
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_monitor.c')
-rw-r--r-- | legacy/ecore/src/lib/ecore_file/ecore_file_monitor.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/legacy/ecore/src/lib/ecore_file/ecore_file_monitor.c b/legacy/ecore/src/lib/ecore_file/ecore_file_monitor.c index 7e09fb51fe..32c1b20c3c 100644 --- a/legacy/ecore/src/lib/ecore_file/ecore_file_monitor.c +++ b/legacy/ecore/src/lib/ecore_file/ecore_file_monitor.c | |||
@@ -1,6 +1,11 @@ | |||
1 | /* | 1 | /* |
2 | * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 | 2 | * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 |
3 | */ | 3 | */ |
4 | |||
5 | #ifdef HAVE_CONFIG_H | ||
6 | # include <config.h> | ||
7 | #endif | ||
8 | |||
4 | #include "ecore_file_private.h" | 9 | #include "ecore_file_private.h" |
5 | 10 | ||
6 | static int init = 0; | 11 | static int init = 0; |