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

Unified Diff: net/base/iovec.h

Issue 2512063003: Move QuicIoVector into its own header file. No behavior change. (Closed)
Patch Set: Created 4 years, 1 month 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
« no previous file with comments | « no previous file | net/net.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/iovec.h
diff --git a/net/base/iovec.h b/net/base/iovec.h
index a98ed212148b6558edffcfec5f168b3917ddd53d..61e2593551e47230c72fba40d3711d4f016ca5bd 100644
--- a/net/base/iovec.h
+++ b/net/base/iovec.h
@@ -7,6 +7,8 @@
#include <stddef.h>
+#include "build/build_config.h"
+
#if defined(OS_POSIX) && !defined(OS_NACL)
#include <sys/uio.h>
#else
« no previous file with comments | « no previous file | net/net.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698