diff options
| author | Brian Anderson <banderson@mozilla.com> | 2012-02-02 16:24:32 -0800 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2012-02-02 18:10:24 -0800 |
| commit | 8693fcc2d78c02670d69eb7be772898b41281db7 (patch) | |
| tree | e17cbc9c8458f9e8b487f9c8a976ee9441b752e6 /src/rt/rust_builtin.cpp | |
| parent | 7f2980b7498453019aa349aae9c94b90b920e2a6 (diff) | |
| download | rust-8693fcc2d78c02670d69eb7be772898b41281db7.tar.gz rust-8693fcc2d78c02670d69eb7be772898b41281db7.zip | |
rt: Remove yield timers
Diffstat (limited to 'src/rt/rust_builtin.cpp')
| -rw-r--r-- | src/rt/rust_builtin.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rt/rust_builtin.cpp b/src/rt/rust_builtin.cpp index ea2e8de256c..c4c9927b3f7 100644 --- a/src/rt/rust_builtin.cpp +++ b/src/rt/rust_builtin.cpp @@ -4,6 +4,7 @@ #include "rust_scheduler.h" #include "rust_task.h" #include "rust_util.h" +#include "sync/timer.h" #if !defined(__WIN32__) #include <sys/time.h> |
