aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r--components/script/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs
index dde2063cfc3..05700431c3d 100644
--- a/components/script/lib.rs
+++ b/components/script/lib.rs
@@ -51,6 +51,8 @@ extern crate js;
extern crate libc;
#[macro_use]
extern crate log;
+#[macro_use]
+extern crate mime;
extern crate msg;
extern crate net_traits;
extern crate num_traits;