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 9fd61ed5a8d..15e06b55060 100644 --- a/components/msg/lib.rs +++ b/components/msg/lib.rs @@ -6,6 +6,7 @@ extern crate azure; extern crate geom; +extern crate http; extern crate layers; extern crate serialize; extern crate "util" as servo_util; |