ecore: oops forgotten to test all possible option.
authorcedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 20 Nov 2011 16:52:21 +0000 (16:52 +0000)
committercedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 20 Nov 2011 16:52:21 +0000 (16:52 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@65455 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/ecore_file/ecore_file.c

index 85b7e7c..8e58787 100644 (file)
 #include <ctype.h>
 #include <errno.h>
 
+#ifdef HAVE_ATFILE_SOURCE
+# include <dirent.h>
+#endif
+
 #include "ecore_file_private.h"
 
 int _ecore_file_log_dom = -1;