From f5f8fa0bbdc4ba8a15a386b66da30e4c1d89ec9d Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Tue, 23 Jul 2013 14:52:34 -0700 Subject: [PATCH] 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 --- include/binder/BufferedTextOutput.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/binder/BufferedTextOutput.h b/include/binder/BufferedTextOutput.h index adf3c32a8..9a7c43bb1 100644 --- a/include/binder/BufferedTextOutput.h +++ b/include/binder/BufferedTextOutput.h @@ -19,7 +19,7 @@ #include #include -#include +#include // --------------------------------------------------------------------------- namespace android {