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 bd97c3a33da..bac2f1a6011 100644 --- a/components/msg/lib.rs +++ b/components/msg/lib.rs @@ -10,6 +10,7 @@ #[allow(unused_extern_crates)] #[macro_use] extern crate bitflags; +extern crate cookie as cookie_rs; extern crate euclid; extern crate heapsize; extern crate hyper; |