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_kernel.cpp | |
| 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_kernel.cpp')
| -rw-r--r-- | src/rt/rust_kernel.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/rt/rust_kernel.cpp b/src/rt/rust_kernel.cpp index 259870bcd69..361282fdb6d 100644 --- a/src/rt/rust_kernel.cpp +++ b/src/rt/rust_kernel.cpp @@ -1,6 +1,7 @@ + + #include "rust_kernel.h" -#include "rust_globals.h" #include "rust_port.h" #include "rust_util.h" #include "rust_scheduler.h" |
