Merge "Add missing include for readv." am: 1f6a807bac

am: 831140358d

Change-Id: I06445320fb9ec382af117612cb64e9c35949ef00
This commit is contained in:
Christopher Ferris 2017-08-26 15:22:14 +00:00 committed by android-build-merger
commit 4c4b8edb19
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>