about summary refs log tree commit diff
path: root/src/bootstrap/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/bootstrap/main.rs')
-rw-r--r--src/bootstrap/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bootstrap/main.rs b/src/bootstrap/main.rs
index 32432132c17..bf29ac107ff 100644
--- a/src/bootstrap/main.rs
+++ b/src/bootstrap/main.rs
@@ -20,6 +20,7 @@ extern crate libc;
 extern crate num_cpus;
 extern crate rustc_serialize;
 extern crate toml;
+extern crate md5;
 
 use std::env;