summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2013-07-23 23:35:48 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-07-23 23:35:48 +0000
commit4ee6cbebfeaae9319660e116ab553732c8c2a3a7 (patch)
treebb97a910860331e83675e95f7afbc1f36bae43bd /include
parent0e0f10b5619d6dc37ede7435c6e92e14f5411f27 (diff)
parentf5f8fa0bbdc4ba8a15a386b66da30e4c1d89ec9d (diff)
downloadframeworks_native-4ee6cbebfeaae9319660e116ab553732c8c2a3a7.zip
frameworks_native-4ee6cbebfeaae9319660e116ab553732c8c2a3a7.tar.gz
frameworks_native-4ee6cbebfeaae9319660e116ab553732c8c2a3a7.tar.bz2
Merge "libbinder: include sys/uio.h instead of cutils/uio.h"
Diffstat (limited to 'include')
-rw-r--r--include/binder/BufferedTextOutput.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/binder/BufferedTextOutput.h b/include/binder/BufferedTextOutput.h
index adf3c32..9a7c43b 100644
--- a/include/binder/BufferedTextOutput.h
+++ b/include/binder/BufferedTextOutput.h
@@ -19,7 +19,7 @@
#include <binder/TextOutput.h>
#include <utils/threads.h>
-#include <cutils/uio.h>
+#include <sys/uio.h>
// ---------------------------------------------------------------------------
namespace android {