Merge pull request #4 from viest/fix_readv

Fix: ::readv has not been declared
This commit is contained in:
yuansx 2018-12-28 10:02:12 +08:00 committed by GitHub
commit b35d7e76a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,6 +22,7 @@
#include "servant/CommunicatorEpoll.h"
#include "util/tc_buffer.h"
#include <list>
#include <sys/uio.h>
using namespace std;