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:
Colin Cross 2013-07-23 14:52:34 -07:00
parent bdce817047
commit f5f8fa0bbd
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
#include <binder/TextOutput.h>
#include <utils/threads.h>
#include <cutils/uio.h>
#include <sys/uio.h>
// ---------------------------------------------------------------------------
namespace android {