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

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

Merge "Add missing include for readv."

am: 1f6a807b

Change-Id: Ib0530b4e3ea1a9fdc779c87cdd12489859a35bff
parents 310f3e11 1f6a807b
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>