aboutsummaryrefslogtreecommitdiffstats
path: root/components/util/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/util/lib.rs')
-rw-r--r--components/util/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/util/lib.rs b/components/util/lib.rs
index 46e8b0b60df..3f4146eedfe 100644
--- a/components/util/lib.rs
+++ b/components/util/lib.rs
@@ -26,6 +26,7 @@ extern crate sync;
extern crate task_info;
extern crate "time" as std_time;
extern crate string_cache;
+extern crate unicode;
extern crate url;
#[phase(plugin)]