Index: mojo/edk/embedder/platform_channel_utils_posix.cc |
diff --git a/mojo/edk/embedder/platform_channel_utils_posix.cc b/mojo/edk/embedder/platform_channel_utils_posix.cc |
index 0bb8c62f71f6a343ef74d6ed3231baeb0853a8c5..39043c2206dbe51a2f912c30d62388ebb3f3e194 100644 |
--- a/mojo/edk/embedder/platform_channel_utils_posix.cc |
+++ b/mojo/edk/embedder/platform_channel_utils_posix.cc |
@@ -6,7 +6,9 @@ |
#include <stddef.h> |
#include <sys/socket.h> |
+#if !defined(OS_NACL) |
#include <sys/uio.h> |
+#endif |
#include <unistd.h> |
#include "base/logging.h" |