diff options
author | Youness Alaoui <kakaroto@kakaroto.homelinux.net> | 2011-11-05 17:49:49 +0000 |
---|---|---|
committer | Youness Alaoui <kakaroto@kakaroto.homelinux.net> | 2011-11-05 17:49:49 +0000 |
commit | 1dfc25fedf165e5317cbda8bbfaa0c6edcd076d4 (patch) | |
tree | c0e77395e99908591e2bd8f847370ac5187e8e91 /legacy/ecore/src/lib/ecore_file/ecore_file_private.h | |
parent | c21427071b0b9e56661e5b94369b28cdb509191a (diff) |
Ecore: Port ecore to the PS3
SVN revision: 64781
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 | 4 |
1 files changed, 4 insertions, 0 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 9d798e4437..60bbe5c874 100644 --- a/legacy/ecore/src/lib/ecore_file/ecore_file_private.h +++ b/legacy/ecore/src/lib/ecore_file/ecore_file_private.h | |||
@@ -13,6 +13,10 @@ | |||
13 | # include <Evil.h> | 13 | # include <Evil.h> |
14 | #endif | 14 | #endif |
15 | 15 | ||
16 | #ifdef HAVE_ESCAPE | ||
17 | # include <Escape.h> | ||
18 | #endif | ||
19 | |||
16 | #include <sys/types.h> | 20 | #include <sys/types.h> |
17 | #include <sys/stat.h> | 21 | #include <sys/stat.h> |
18 | #include <dirent.h> | 22 | #include <dirent.h> |