Ecore_con: fix compilation on Windows
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 19 Jun 2012 15:56:44 +0000 (15:56 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 19 Jun 2012 15:56:44 +0000 (15:56 +0000)
commitdcc66f4b12e9c587e52d9c8940eac47256e176df
tree0eb3635850d6feb2d0ab85b422ec2019030fc05c
parenta27addfbf2ef620fb12572d454d4546be3f22018
Ecore_con: fix compilation on Windows

ecore_con_dns.c is using EAGAIN. On linux, errno.h is certainly
indirectly included by other header files, it's not the case
on Windows.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@72489 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
configure.ac
src/lib/ecore_con/ecore_con_dns.c