#include <winsock2.h> on Windows.

MinGW complained about it not being included.
This commit is contained in:
Guus Sliepen 2012-06-25 15:01:42 +02:00
parent c0af4c37d2
commit 62ee9b776d

1
have.h
View file

@ -41,6 +41,7 @@
#ifdef HAVE_MINGW
#include <w32api.h>
#include <winsock2.h>
#include <windows.h>
#include <ws2tcpip.h>
#endif