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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user