efreet: correctly include dirent.h in the right place.

NOTE: for after 1.1, we should really use eina_*_ls API instead.


SVN revision: 65292
This commit is contained in:
Cedric BAIL 2011-11-16 10:56:44 +00:00
parent 8bc845b84b
commit aeed35b2ea
4 changed files with 6 additions and 0 deletions

View File

@ -5,6 +5,7 @@
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>
#include <dirent.h>
#include <Eina.h>
#include <Eet.h>

View File

@ -20,6 +20,8 @@ extern "C"
void *alloca (size_t);
#endif
#include <dirent.h>
#ifdef HAVE_EVIL
# include <Evil.h>
#endif

View File

@ -20,6 +20,8 @@ extern "C"
void *alloca (size_t);
#endif
#include <dirent.h>
#include <Ecore_File.h>
/* define macros and variable for using the eina logging system */

View File

@ -23,6 +23,7 @@ void *alloca (size_t);
#endif
#include <fnmatch.h>
#include <dirent.h>
#include <Ecore_File.h>