diff options
Diffstat (limited to 'components/msg/lib.rs')
-rw-r--r-- | components/msg/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/msg/lib.rs b/components/msg/lib.rs index 7b52067c927..fc125583e95 100644 --- a/components/msg/lib.rs +++ b/components/msg/lib.rs @@ -9,6 +9,7 @@ extern crate hyper; extern crate layers; extern crate util; extern crate url; +extern crate webdriver_traits; #[cfg(target_os="macos")] extern crate core_foundation; |