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

Unified Diff: chromecast/base/error_codes.cc

Issue 1429373002: include what you use: errno.h in chromecast/ (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
« no previous file with comments | « no previous file | chromecast/crash/linux/dump_info.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/base/error_codes.cc
diff --git a/chromecast/base/error_codes.cc b/chromecast/base/error_codes.cc
index e26a82009cc7baf1a5e9e1b11dec6f5968fed422..95a42c5c5f25a5cf5cdc3bdac7088612d36f5151 100644
--- a/chromecast/base/error_codes.cc
+++ b/chromecast/base/error_codes.cc
@@ -4,6 +4,7 @@
#include "chromecast/base/error_codes.h"
+#include <errno.h>
#include <fcntl.h>
#include <string>
« no previous file with comments | « no previous file | chromecast/crash/linux/dump_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698