Browse Source

Missing include to build on newer mingw32.

nfactor-troky
Con Kolivas 13 years ago
parent
commit
b54d462c85
  1. 1
      api.c

1
api.c

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

Loading…
Cancel
Save