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

Unified Diff: base/process/process_iterator_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: Created 6 years, 10 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
Index: base/process/process_iterator_freebsd.cc
diff --git a/base/process/process_iterator_freebsd.cc b/base/process/process_iterator_freebsd.cc
index e8225b0054e5cd7511ce116c5b7a158fff018f8b..40a2445683bd48b7e7f21a158413eede874fcefc 100644
--- a/base/process/process_iterator_freebsd.cc
+++ b/base/process/process_iterator_freebsd.cc
@@ -4,8 +4,11 @@
#include "base/process/process_iterator.h"
+#include <sys/types.h>
#include <sys/sysctl.h>
Nico 2014/03/10 19:58:33 no newline here
r.c.ladan 2014/03/10 20:19:02 Done.
+#include <unistd.h>
+
#include "base/logging.h"
#include "base/strings/string_util.h"

Powered by Google App Engine
This is Rietveld 408576698