diff options
| author | Luqman Aden <laden@csclub.uwaterloo.ca> | 2013-07-03 23:33:59 -0400 |
|---|---|---|
| committer | Luqman Aden <laden@csclub.uwaterloo.ca> | 2013-07-03 23:33:59 -0400 |
| commit | 5007fb2d4dc5a7bcdacd55e6e8b14f6973c2490c (patch) | |
| tree | e53abaa6105152c26af314eaac5fe7e906e21a38 /src/rt/rust_uv.cpp | |
| parent | 23da3802917f62308342b57649273943e40076d2 (diff) | |
| download | rust-5007fb2d4dc5a7bcdacd55e6e8b14f6973c2490c.tar.gz rust-5007fb2d4dc5a7bcdacd55e6e8b14f6973c2490c.zip | |
Add x64 windows to platform.mk and mingw64 header fixes.
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, |
