ecore_con: fix compilation on Windows

SVN revision: 74240
This commit is contained in:
Vincent Torri 2012-07-20 11:05:25 +00:00
parent 54fafa8fd9
commit c7f295b3e4
1 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,10 @@
#include <string.h>
#include <sys/types.h>
#ifdef HAVE_ERRNO_H
# include <errno.h> /* for EAGAIN */
#endif
#ifdef HAVE_NETINET_IN_H
# include <netinet/in.h>
#endif