1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-23 04:54:26 +00:00

Missing include to build on newer mingw32.

This commit is contained in:
Con Kolivas 2012-02-09 21:56:07 +11:00
parent 5b4761003c
commit b54d462c85

1
api.c
View File

@ -37,6 +37,7 @@
#endif
#ifdef WIN32
#include <ws2tcpip.h>
#include <winsock2.h>
#define SOCKETTYPE SOCKET