efreet: add errno.h as needed.
authorcedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 21 Feb 2012 18:49:01 +0000 (18:49 +0000)
committercedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 21 Feb 2012 18:49:01 +0000 (18:49 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/efreet@68229 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/efreet_trash.c

index 167059f..1154fed 100644 (file)
@@ -5,6 +5,7 @@
 #include <sys/stat.h>
 #include <unistd.h>
 #include <libgen.h>
+#include <errno.h>
 
 #include <Ecore_File.h>