Merge "Add missing include for readv."

am: 1f6a807bac

Change-Id: Ib0530b4e3ea1a9fdc779c87cdd12489859a35bff
This commit is contained in:
Christopher Ferris 2017-08-26 15:19:14 +00:00 committed by android-build-merger
commit 831140358d
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>