初步修复windows下编译问题

This commit is contained in:
xiongziliang
2018-11-06 20:40:53 +08:00
parent afdf028d6b
commit 31988d0dfb
4 changed files with 383 additions and 6 deletions

View File

@@ -26,8 +26,8 @@
#include "WebSocketSplitter.h"
#include <sys/types.h>
#include <sys/socket.h>
#include <arpa/inet.h>
//#include <sys/socket.h>
//#include <arpa/inet.h>
#include "Util/logger.h"
#include "Util/util.h"
using namespace toolkit;