From c7f295b3e44fd374ba49026da4d0f5a6b7c4fd6f Mon Sep 17 00:00:00 2001 From: Vincent Torri Date: Fri, 20 Jul 2012 11:05:25 +0000 Subject: [PATCH] ecore_con: fix compilation on Windows SVN revision: 74240 --- legacy/ecore/src/lib/ecore_con/ecore_con_dns.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/legacy/ecore/src/lib/ecore_con/ecore_con_dns.c b/legacy/ecore/src/lib/ecore_con/ecore_con_dns.c index 979163fa31..3671576ce1 100644 --- a/legacy/ecore/src/lib/ecore_con/ecore_con_dns.c +++ b/legacy/ecore/src/lib/ecore_con/ecore_con_dns.c @@ -12,6 +12,10 @@ #include #include +#ifdef HAVE_ERRNO_H +# include /* for EAGAIN */ +#endif + #ifdef HAVE_NETINET_IN_H # include #endif