sys/stat.h needed for permissions
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 13 Jan 2010 06:51:16 +0000 (06:51 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 13 Jan 2010 06:51:16 +0000 (06:51 +0000)
Thanks to Laurent Ghigonis

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@45079 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/ecore_con/ecore_con_local.c

index aa15e50..a9b0d5a 100644 (file)
@@ -13,6 +13,7 @@
 #include <fcntl.h>
 #include <sys/socket.h>
 #include <sys/un.h>
+#include <sys/stat.h>
 
 #include <Ecore.h>
 #include <ecore_private.h>