Ecore_Con: should fix compilation on Mac OS X

SVN revision: 69036
This commit is contained in:
Vincent Torri 2012-03-07 23:34:38 +00:00
parent 3e9fe228aa
commit b24490c854
1 changed files with 4 additions and 4 deletions

View File

@ -10,6 +10,10 @@
#include <unistd.h>
#include <fcntl.h>
#ifdef HAVE_SYS_SOCKET_H
# include <sys/socket.h>
#endif
#ifdef HAVE_NETINET_TCP_H
# include <netinet/tcp.h>
#endif
@ -36,10 +40,6 @@
# include <arpa/inet.h>
#endif
#ifdef HAVE_SYS_SOCKET_H
# include <sys/socket.h>
#endif
#ifdef HAVE_SYS_UN_H
# include <sys/un.h>
#endif