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 b8ec37a01fe..3c72d90d257 100644
--- a/components/util/lib.rs
+++ b/components/util/lib.rs
@@ -21,6 +21,7 @@ extern crate num_cpus;
extern crate rustc_serialize;
#[cfg(feature = "servo")] extern crate serde;
#[cfg(feature = "servo")] #[macro_use] extern crate serde_derive;
+extern crate servo_url;
extern crate url;
#[cfg(all(unix, not(target_os = "macos"), not(target_os = "ios"), not(target_os = "android")))]
extern crate xdg;