Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fcede542 authored by Christopher Ferris's avatar Christopher Ferris Committed by android-build-merger
Browse files

Merge "Add missing include for readv." am: 1f6a807b am: 83114035

am: 4c4b8edb

Change-Id: Ib5f0f4b99a0775329ec12130b84cf68997fe2008
parents 5230437a 4c4b8edb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -21,6 +21,7 @@
#include <errno.h>
#include <stdlib.h>
#include <string.h>
#include <sys/uio.h>
#include <unistd.h>

#include <algorithm>