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

Unified Diff: runtime/platform/globals.h

Issue 9190006: Fix Windows build (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 11 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/platform/globals.h
diff --git a/runtime/platform/globals.h b/runtime/platform/globals.h
index ad5aabcfc5620ca5613210dea3d9ca58518dbda4..24212cba20e3d2da16f594f55fd85b456dfed2f7 100644
--- a/runtime/platform/globals.h
+++ b/runtime/platform/globals.h
@@ -27,6 +27,7 @@
#if !defined(_WIN32)
#include <inttypes.h>
#include <stdint.h>
+#include <unistd.h>
#endif
#include <float.h>
@@ -39,7 +40,6 @@
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
-#include <unistd.h>
#if defined(_WIN32)
#include "platform/c99_support_win.h"
« 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