WinSock.h is needed for struct timeval (Claus Brod)

This commit is contained in:
jjgarcia 2008-09-28 22:41:44 +00:00
parent 8f337a9c2e
commit 612ef5b5f5

View file

@ -37,6 +37,7 @@
#include <ecl/internal.h>
#if defined(mingw32) || defined(_MSC_VER)
#include <windows.h>
#include <WinSock.h>
#endif
#ifdef darwin