diff options
| author | bors <bors@rust-lang.org> | 2013-07-04 12:07:56 -0700 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2013-07-04 12:07:56 -0700 |
| commit | f8507778a36478035f46bfa9f925398a36cd443f (patch) | |
| tree | 3effdec580b85d0d1e817fd401c555902c01fade /src/rt/rust_uv.cpp | |
| parent | 3d7c1ddf74f9ea678c9f22d609d67cfdd3a2ad3f (diff) | |
| parent | 5007fb2d4dc5a7bcdacd55e6e8b14f6973c2490c (diff) | |
| download | rust-f8507778a36478035f46bfa9f925398a36cd443f.tar.gz rust-f8507778a36478035f46bfa9f925398a36cd443f.zip | |
auto merge of #7547 : luqmana/rust/mingw64, r=yichoi
Add the x64 windows target to platform.mk and reorder some headers to fix build on mingw64. There are still some issues with building llvm but this gets us one step closer.
Diffstat (limited to 'src/rt/rust_uv.cpp')
| -rw-r--r-- | src/rt/rust_uv.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/rt/rust_uv.cpp b/src/rt/rust_uv.cpp index fefcbbcacf7..dbd52e088f0 100644 --- a/src/rt/rust_uv.cpp +++ b/src/rt/rust_uv.cpp @@ -13,10 +13,11 @@ #include <malloc.h> #endif +#include "uv.h" + #include "rust_globals.h" #include "rust_task.h" #include "rust_log.h" -#include "uv.h" // extern fn pointers typedef void (*extern_async_op_cb)(uv_loop_t* loop, void* data, |
