Commit a20a6282 authored by chenhaowen01's avatar chenhaowen01 Committed by GitHub

Merge pull request #5 from dgeibi/master

fix 'storage size isn’t known'
parents 943b58f1 d12e6377
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
#include <unistd.h> #include <unistd.h>
#include <stdlib.h> #include <stdlib.h>
#include <stdint.h> #include <stdint.h>
#include <time.h> #include <sys/time.h>
#ifdef WIN32 #ifdef WIN32
#include <winsock2.h> #include <winsock2.h>
typedef int socklen_t; typedef int socklen_t;
......
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