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

This commit is contained in:
Colin Cross 2013-07-23 23:35:48 +00:00 committed by Android (Google) Code Review
commit 4ee6cbebfe
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 {