From b24490c854a7320dcb25048e32a6fe474195e911 Mon Sep 17 00:00:00 2001 From: Vincent Torri Date: Wed, 7 Mar 2012 23:34:38 +0000 Subject: [PATCH] Ecore_Con: should fix compilation on Mac OS X SVN revision: 69036 --- legacy/ecore/src/lib/ecore_con/ecore_con_socks.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/legacy/ecore/src/lib/ecore_con/ecore_con_socks.c b/legacy/ecore/src/lib/ecore_con/ecore_con_socks.c index 82319f6ea7..686f73bc93 100644 --- a/legacy/ecore/src/lib/ecore_con/ecore_con_socks.c +++ b/legacy/ecore/src/lib/ecore_con/ecore_con_socks.c @@ -10,6 +10,10 @@ #include #include +#ifdef HAVE_SYS_SOCKET_H +# include +#endif + #ifdef HAVE_NETINET_TCP_H # include #endif @@ -36,10 +40,6 @@ # include #endif -#ifdef HAVE_SYS_SOCKET_H -# include -#endif - #ifdef HAVE_SYS_UN_H # include #endif