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

Unified Diff: runtime/bin/stdio_macos.cc

Issue 119113002: Add missing include (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/stdio_macos.cc
diff --git a/runtime/bin/stdio_macos.cc b/runtime/bin/stdio_macos.cc
index 9bb233e3689418a3e7adfa759f125bbccca75173..623463ac7c0762fb11360c764752fe9bbbea7d85 100644
--- a/runtime/bin/stdio_macos.cc
+++ b/runtime/bin/stdio_macos.cc
@@ -11,6 +11,7 @@
#include "bin/stdio.h"
#include "bin/fdutils.h"
+#include "bin/signal_blocker.h"
namespace dart {
@@ -80,4 +81,3 @@ bool Stdout::GetTerminalSize(int size[2]) {
} // namespace dart
#endif // defined(TARGET_OS_MACOS)
-
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698