Commit 943b58f1 authored by chenhaowen01's avatar chenhaowen01 Committed by GitHub

Merge pull request #4 from hazytint/patch-1

FIX: mingw compile error
parents 04aaeff4 7886a8a0
......@@ -6,6 +6,7 @@
#include <time.h>
#ifdef WIN32
#include <winsock2.h>
typedef int socklen_t;
//#define SOCKET int
#else
#include <sys/socket.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment