Fix Windows build

TBR=whesse@google.com

BUG=
TEST=

Review URL: http://codereview.chromium.org//9190006

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@3187 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
sgjesse@google.com
2012-01-11 15:22:43 +00:00
parent 0122a33a76
commit 729c54ceef
+1 -1
View File
@@ -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"