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

Unified Diff: chrome/browser/chromeos/process_proxy/process_output_watcher.cc

Issue 10451068: Fixing gcc 4.7 building problems. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Modified per Adam's comments Created 8 years, 7 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: chrome/browser/chromeos/process_proxy/process_output_watcher.cc
diff --git a/chrome/browser/chromeos/process_proxy/process_output_watcher.cc b/chrome/browser/chromeos/process_proxy/process_output_watcher.cc
index 559b18382ed42a06aebeb3e7347ab217adb54b25..7e12675419de137a636fbe483a3b637ca9fc4506 100644
--- a/chrome/browser/chromeos/process_proxy/process_output_watcher.cc
+++ b/chrome/browser/chromeos/process_proxy/process_output_watcher.cc
@@ -11,6 +11,8 @@
#include <sys/ioctl.h>
#include <sys/select.h>
brettw 2012/05/29 19:30:46 No blank line here (all C includes to together).
Han 2012/05/29 20:57:04 Done.
+#include <unistd.h>
+
#include "base/eintr_wrapper.h"
#include "base/logging.h"

Powered by Google App Engine
This is Rietveld 408576698