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

Unified Diff: net/quic/quartc/quartc_packet_writer.cc

Issue 2501323002: Add missing include of errno.h (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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quartc/quartc_packet_writer.cc
diff --git a/net/quic/quartc/quartc_packet_writer.cc b/net/quic/quartc/quartc_packet_writer.cc
index ee49bf607d52569e960898af7e3a21679b3e7b1d..bfe8aa93124a6f9aa9e28c0b3cce0dfd8f6c881b 100644
--- a/net/quic/quartc/quartc_packet_writer.cc
+++ b/net/quic/quartc/quartc_packet_writer.cc
@@ -4,6 +4,8 @@
#include "net/quic/quartc/quartc_packet_writer.h"
+#include <errno.h>
+
namespace net {
QuartcPacketWriter::QuartcPacketWriter(
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698