diff options
Diffstat (limited to 'components/net/lib.rs')
-rw-r--r-- | components/net/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/net/lib.rs b/components/net/lib.rs index 03e17955d3a..3f3a91cc314 100644 --- a/components/net/lib.rs +++ b/components/net/lib.rs @@ -33,6 +33,7 @@ extern crate net_traits; extern crate openssl; extern crate openssl_verify; extern crate profile_traits; +extern crate rand; extern crate rustc_serialize; extern crate threadpool; extern crate time; |