1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-14 00:38:02 +00:00

include winsock2.h to resolve ws2tcpip.h conflict

This commit is contained in:
tonobitc 2014-01-28 15:31:31 -08:00
parent af01573a4f
commit d56d4ced64

View File

@ -35,6 +35,7 @@
#ifndef WIN32
#include <sys/resource.h>
#else
#include <winsock2.h> //before windows.h to resolve ws2tcpip.h conflict https://github.com/veox/sgminer/issues/12
#include <windows.h>
#endif
#include <ccan/opt/opt.h>