Merge "Add missing include for readv."

This commit is contained in:
Christopher Ferris 2017-08-26 15:12:14 +00:00 committed by Gerrit Code Review
commit 1f6a807bac
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@
#include <errno.h>
#include <stdlib.h>
#include <string.h>
#include <sys/uio.h>
#include <unistd.h>
#include <algorithm>