diff options
| author | Brian Anderson <banderson@mozilla.com> | 2012-02-09 14:24:19 -0800 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2012-02-09 19:00:16 -0800 |
| commit | 421c8db14430011d40f8f8499ca4aefbcc26d07e (patch) | |
| tree | c6cc3269f99dd70e83a10335ac6bc8a6aa64c255 /src/rt/rust_task_thread.h | |
| parent | 8ad9cf8087f2d1f1badfb7c8616c0b11cc4aa6db (diff) | |
| download | rust-421c8db14430011d40f8f8499ca4aefbcc26d07e.tar.gz rust-421c8db14430011d40f8f8499ca4aefbcc26d07e.zip | |
rt: Move rust_thread to its own files
Diffstat (limited to 'src/rt/rust_task_thread.h')
| -rw-r--r-- | src/rt/rust_task_thread.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rt/rust_task_thread.h b/src/rt/rust_task_thread.h index 82609bc887a..66d3d00f2a6 100644 --- a/src/rt/rust_task_thread.h +++ b/src/rt/rust_task_thread.h @@ -1,6 +1,7 @@ #ifndef RUST_TASK_THREAD_H #define RUST_TASK_THREAD_H +#include "sync/rust_thread.h" #include "rust_stack.h" #include "context.h" |
