Commit 7886a8a0 authored by hazytint's avatar hazytint Committed by GitHub

FIX: mingw compile error

parent 25965dbb
......@@ -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