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

Unified Diff: chromecast/crash/linux/dump_info.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 | « chromecast/base/error_codes.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/crash/linux/dump_info.cc
diff --git a/chromecast/crash/linux/dump_info.cc b/chromecast/crash/linux/dump_info.cc
index 6dca890fb0e6275cb2d79c06a371fbca7a15bcae..d98d4fbb377bb47308256fd77f0a6cb54cc28048 100644
--- a/chromecast/crash/linux/dump_info.cc
+++ b/chromecast/crash/linux/dump_info.cc
@@ -3,6 +3,7 @@
// found in the LICENSE file.
#include "chromecast/crash/linux/dump_info.h"
+#include <errno.h>
#include <stdlib.h>
#include "base/logging.h"
« no previous file with comments | « chromecast/base/error_codes.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698