commit | 6fa21d04082f0ec4416be6095d6cc12011cc4050 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Fri Nov 04 00:14:16 2011 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Fri Nov 04 00:14:16 2011 |
tree | 19ddd5097b1dd82d95af005c6b1df58dc398d60b | |
parent | 79baf79fe19ffd5103e43f1bd8cda7060ac63016 [diff] [blame] |
Android IPC changes. BUG= TEST= Review URL: http://codereview.chromium.org/8437033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108589 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/ipc/ipc_platform_file.cc b/ipc/ipc_platform_file.cc index 2b15ceb..b5ec7be0d 100644 --- a/ipc/ipc_platform_file.cc +++ b/ipc/ipc_platform_file.cc
@@ -4,6 +4,10 @@ #include "ipc/ipc_platform_file.h" +#if defined(OS_ANDROID) +#include <unistd.h> +#endif + namespace IPC { PlatformFileForTransit GetFileHandleForProcess(base::PlatformFile handle,