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

Unified Diff: third_party/webrtc_overrides/webrtc/base/logging.h

Issue 1967643002: IWYU: errno.h in third_party/webrtc_overrides (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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
« 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: third_party/webrtc_overrides/webrtc/base/logging.h
diff --git a/third_party/webrtc_overrides/webrtc/base/logging.h b/third_party/webrtc_overrides/webrtc/base/logging.h
index 2d858ecff5b615ca5eff9a61e8967bd029504309..e9ca47e03269f6384586394fcc71f68fd76636ce 100644
--- a/third_party/webrtc_overrides/webrtc/base/logging.h
+++ b/third_party/webrtc_overrides/webrtc/base/logging.h
@@ -33,6 +33,8 @@
#if defined(LOGGING_INSIDE_WEBRTC)
+#include <errno.h>
+
namespace rtc {
// Note that |N| is the size *with* the null terminator.
« 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