about summary refs log tree commit diff
path: root/src/rt/rust_kernel.h
diff options
context:
space:
mode:
authorJon Morton <jonanin@gmail.com>2012-04-03 17:33:25 -0500
committerBrian Anderson <banderson@mozilla.com>2012-04-03 16:02:38 -0700
commit72ffb4b44609ad873ca53b541cef3118e6ce41c4 (patch)
tree755644b80d6c9ab23bf533ebfaea923a09835b46 /src/rt/rust_kernel.h
parent386069f39ea17c594e86675fa00d878a6455137f (diff)
downloadrust-72ffb4b44609ad873ca53b541cef3118e6ce41c4.tar.gz
rust-72ffb4b44609ad873ca53b541cef3118e6ce41c4.zip
fix 'I don't know how C works'
Diffstat (limited to 'src/rt/rust_kernel.h')
-rw-r--r--src/rt/rust_kernel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rt/rust_kernel.h b/src/rt/rust_kernel.h
index ec7a5876ad9..bb9df502586 100644
--- a/src/rt/rust_kernel.h
+++ b/src/rt/rust_kernel.h
@@ -4,6 +4,8 @@
 
 #include <map>
 #include <vector>
+
+#include "rust_globals.h"
 #include "memory_region.h"
 #include "rust_log.h"
 #include "rust_sched_reaper.h"