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

Unified Diff: runtime/vm/os_thread_linux.cc

Issue 1960443003: Fix Windows build (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 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
« no previous file with comments | « runtime/vm/os_thread_android.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/os_thread_linux.cc
diff --git a/runtime/vm/os_thread_linux.cc b/runtime/vm/os_thread_linux.cc
index ffcd2e67368d4c7bc4dc53acc956b07a8250fc5b..ba7a90c120d0ff6316082460a21ff85ed2fabdc4 100644
--- a/runtime/vm/os_thread_linux.cc
+++ b/runtime/vm/os_thread_linux.cc
@@ -3,7 +3,6 @@
// BSD-style license that can be found in the LICENSE file.
#include "platform/globals.h" // NOLINT
-#include "platform/signal_blocker.h" // NOLINT
#if defined(TARGET_OS_LINUX)
@@ -15,6 +14,7 @@
#include <sys/time.h> // NOLINT
#include "platform/assert.h"
+#include "platform/signal_blocker.h"
#include "platform/utils.h"
namespace dart {
« no previous file with comments | « runtime/vm/os_thread_android.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698