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
This commit is contained in:
parent
bdce817047
commit
f5f8fa0bbd
@ -19,7 +19,7 @@
|
||||
|
||||
#include <binder/TextOutput.h>
|
||||
#include <utils/threads.h>
|
||||
#include <cutils/uio.h>
|
||||
#include <sys/uio.h>
|
||||
|
||||
// ---------------------------------------------------------------------------
|
||||
namespace android {
|
||||
|
Loading…
Reference in New Issue
Block a user