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

Unified Diff: base/process/process_posix.cc

Issue 1434533004: include what you use: errno.h and string.h in base/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: insert blank line 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 | « base/process/process_iterator_freebsd.cc ('k') | base/strings/safe_sprintf.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/process/process_posix.cc
diff --git a/base/process/process_posix.cc b/base/process/process_posix.cc
index 72e49faefca970303b91ecc66f24d3b79af27caf..2320ce793486c6c96af5d16fe5688b54ddbae784 100644
--- a/base/process/process_posix.cc
+++ b/base/process/process_posix.cc
@@ -4,6 +4,7 @@
#include "base/process/process.h"
+#include <errno.h>
#include <sys/resource.h>
#include <sys/wait.h>
« no previous file with comments | « base/process/process_iterator_freebsd.cc ('k') | base/strings/safe_sprintf.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698