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

Unified Diff: net/tools/quic/quic_socket_utils.cc

Issue 1427143003: include what you use: errno.h and string.h in net/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
Index: net/tools/quic/quic_socket_utils.cc
diff --git a/net/tools/quic/quic_socket_utils.cc b/net/tools/quic/quic_socket_utils.cc
index 3bc0db0eabbcb134c530cebc1df59f1de94793d8..c2d654095e75de5ce66ecc9120ae7462eb4de470 100644
--- a/net/tools/quic/quic_socket_utils.cc
+++ b/net/tools/quic/quic_socket_utils.cc
@@ -6,6 +6,7 @@
#include <errno.h>
#include <netinet/in.h>
+#include <string.h>
#include <sys/socket.h>
#include <sys/uio.h>
#include <string>
« net/socket/tcp_socket_win.cc ('K') | « net/tools/flip_server/flip_in_mem_edsm_server.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698