diff options
author | Josh Matthews <josh@joshmatthews.net> | 2015-03-03 17:56:55 -0500 |
---|---|---|
committer | Josh Matthews <josh@joshmatthews.net> | 2015-03-03 17:56:55 -0500 |
commit | b89339d05584e3bc27ba3a2cc58078e6e58a08d3 (patch) | |
tree | ba0a6e1d739ce1aca801d0869061db94a6d38f6e | |
parent | 9a3d58032d53dce1627b2e443c131d45e2d3687d (diff) | |
download | servo-b89339d05584e3bc27ba3a2cc58078e6e58a08d3.tar.gz servo-b89339d05584e3bc27ba3a2cc58078e6e58a08d3.zip |
Add missing crate to gonk.
-rw-r--r-- | ports/gonk/src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/gonk/src/main.rs b/ports/gonk/src/main.rs index c074ce632cd..fc53e3b7900 100644 --- a/ports/gonk/src/main.rs +++ b/ports/gonk/src/main.rs @@ -22,6 +22,7 @@ extern crate msg; extern crate gleam; extern crate layers; extern crate egl; +extern crate url; use util::opts; use servo::Browser; |