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

Unified Diff: base/process/process_handle_freebsd.cc

Issue 185713005: Add support for FreeBSD in base/ , base/process/ , and base/threading so that the bootstrap binary … (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove superfluous newline. Created 6 years, 9 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 | « base/file_util_posix.cc ('k') | base/process/process_iterator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/process/process_handle_freebsd.cc
diff --git a/base/process/process_handle_freebsd.cc b/base/process/process_handle_freebsd.cc
index 8a0e9de8f2d1d73e6d3e4cff8fadf0acbb49a830..e465a85b7e02a4e4db66ad9c94c117e0f1984c2c 100644
--- a/base/process/process_handle_freebsd.cc
+++ b/base/process/process_handle_freebsd.cc
@@ -6,6 +6,7 @@
#include <sys/sysctl.h>
#include <sys/types.h>
+#include <sys/user.h>
#include <unistd.h>
namespace base {
« no previous file with comments | « base/file_util_posix.cc ('k') | base/process/process_iterator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698