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

Unified Diff: net/base/iovec.h

Issue 1535363003: Switch to standard integer types in net/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: stddef Created 5 years 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 | « net/base/io_buffer.h ('k') | net/base/ip_address.h » ('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 8c709128ad7a837a613e4afb7ed377b56d1f79b5..a98ed212148b6558edffcfec5f168b3917ddd53d 100644
--- a/net/base/iovec.h
+++ b/net/base/iovec.h
@@ -5,6 +5,8 @@
#ifndef NET_BASE_IOVEC_H_
#define NET_BASE_IOVEC_H_
+#include <stddef.h>
+
#if defined(OS_POSIX) && !defined(OS_NACL)
#include <sys/uio.h>
#else
« no previous file with comments | « net/base/io_buffer.h ('k') | net/base/ip_address.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698