Efreet: winsock2.h needed on Windows

SVN revision: 73295
This commit is contained in:
Vincent Torri 2012-07-04 18:37:37 +00:00
parent 68094c6877
commit b8e7e4cfef
1 changed files with 4 additions and 0 deletions

View File

@ -22,6 +22,10 @@ void *alloca (size_t);
#include <unistd.h>
#ifdef _WIN32
# include <winsock2.h>
#endif
/* define macros and variable for using the eina logging system */
#define EFREET_MODULE_LOG_DOM _efreet_base_log_dom
static int _efreet_base_log_dom = -1;