diff --git a/index.html b/index.html index 369bd66ba..01f367c88 100644 --- a/index.html +++ b/index.html @@ -127,6 +127,7 @@

Rust a safe, concurrent, practical language

+use core::rand::RngUtil;
 fn main() {
     for ["Alice", "Bob", "Carol"].each |&name| {
         do task::spawn {