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

Commit f5f8fa0b authored by Colin Cross's avatar Colin Cross
Browse files

libbinder: include sys/uio.h instead of cutils/uio.h

libbinder is only built for the target, where bionic will provide
uio, so it does not need to include the libcutils wrapper around
uio for windows.

Change-Id: Ifc2dd353bf7ed51bf08ec0ae91c43b12830f94ba
parent bdce8170
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@

#include <binder/TextOutput.h>
#include <utils/threads.h>
#include <cutils/uio.h>
#include <sys/uio.h>

// ---------------------------------------------------------------------------
namespace android {