diff options
| author | Jon Morton <jonanin@gmail.com> | 2012-04-03 17:33:25 -0500 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2012-04-03 16:02:38 -0700 |
| commit | 72ffb4b44609ad873ca53b541cef3118e6ce41c4 (patch) | |
| tree | 755644b80d6c9ab23bf533ebfaea923a09835b46 /src/rt/rust_task.h | |
| parent | 386069f39ea17c594e86675fa00d878a6455137f (diff) | |
| download | rust-72ffb4b44609ad873ca53b541cef3118e6ce41c4.tar.gz rust-72ffb4b44609ad873ca53b541cef3118e6ce41c4.zip | |
fix 'I don't know how C works'
Diffstat (limited to 'src/rt/rust_task.h')
| -rw-r--r-- | src/rt/rust_task.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rt/rust_task.h b/src/rt/rust_task.h index 54362e28450..5a841f00f59 100644 --- a/src/rt/rust_task.h +++ b/src/rt/rust_task.h @@ -4,6 +4,7 @@ #include <map> +#include "rust_globals.h" #include "util/array_list.h" #include "context.h" #include "rust_debug.h" |
