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

Unified Diff: runtime/bin/signal_blocker.h

Issue 102123010: Add getter for hasTerminal, terminalColumns and terminalLines on stdout. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add include of thread.h and fix io_patch. Created 7 years 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 | « runtime/bin/io_natives.cc ('k') | runtime/bin/stdin.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/signal_blocker.h
diff --git a/runtime/bin/signal_blocker.h b/runtime/bin/signal_blocker.h
index e91edd9fe71b7c64cb2ae999c6437b66fcf3fe77..58e8d7eb00bdf5dfb568efcd6f5d9f9a5fbb7b61 100644
--- a/runtime/bin/signal_blocker.h
+++ b/runtime/bin/signal_blocker.h
@@ -13,6 +13,8 @@
#include <signal.h> // NOLINT
+#include "platform/thread.h"
+
namespace dart {
namespace bin {
« no previous file with comments | « runtime/bin/io_natives.cc ('k') | runtime/bin/stdin.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698