修正posix系统下编译失败的bug

This commit is contained in:
xiongziliang
2017-08-10 14:31:04 +08:00
parent d1a271c09d
commit 0d03ae6cd2
4 changed files with 9 additions and 2 deletions

View File

@@ -4,8 +4,10 @@
#include <stdlib.h>
#include <stdarg.h>
#include "Util/util.h"
#include "Network/sockutil.h"
using namespace ZL::Util;
using namespace ZL::Network;
/*
* Used to do unaligned loads on archs that don't support them. GCC can mostly