efreet: correctly include dirent.h in the right place.
authorcedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 16 Nov 2011 10:56:44 +0000 (10:56 +0000)
committercedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 16 Nov 2011 10:56:44 +0000 (10:56 +0000)
NOTE: for after 1.1, we should really use eina_*_ls API instead.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/efreet@65292 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/bin/efreet_desktop_cache_create.c
src/lib/efreet_desktop.c
src/lib/efreet_menu.c
src/lib/efreet_utils.c

index 5af0eb3..a2e8220 100644 (file)
@@ -5,6 +5,7 @@
 #include <sys/stat.h>
 #include <fcntl.h>
 #include <unistd.h>
+#include <dirent.h>
 
 #include <Eina.h>
 #include <Eet.h>
index f52f5e1..2b4b301 100644 (file)
@@ -20,6 +20,8 @@ extern "C"
 void *alloca (size_t);
 #endif
 
+#include <dirent.h>
+
 #ifdef HAVE_EVIL
 # include <Evil.h>
 #endif
index 3144b05..0fce6bb 100644 (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  */
index e87b462..08c03d1 100644 (file)
@@ -23,6 +23,7 @@ void *alloca (size_t);
 #endif
 
 #include <fnmatch.h>
+#include <dirent.h>
 
 #include <Ecore_File.h>