Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(325)

Unified Diff: net/base/iovec.h

Issue 188873004: Compile src/net for PNaCl (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: net/base/iovec.h
diff --git a/net/base/iovec.h b/net/base/iovec.h
index f1a85e3b53cfe3c84b4999ff1cbdfd9c727ebabf..52468ca0a3cfaa45ce50140fcfbfdd413e17f686 100644
--- a/net/base/iovec.h
+++ b/net/base/iovec.h
@@ -5,7 +5,7 @@
#ifndef NET_BASE_IOVEC_H_
#define NET_BASE_IOVEC_H_
-#if defined(OS_POSIX)
+#if defined(OS_POSIX) && !defined(OS_NACL)
#include <sys/uio.h>
#else
/* Structure for scatter/gather I/O. */
« no previous file with comments | « net/base/dns_reloader.cc ('k') | net/base/net_util.cc » ('j') | net/base/net_util.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698