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

Commit 90c19bd1 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

am: fcede542

Change-Id: I07071886016005cca27f86265cbe8aac738bc488
parents da4ea5e2 fcede542
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>