From b89339d05584e3bc27ba3a2cc58078e6e58a08d3 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Tue, 3 Mar 2015 17:56:55 -0500 Subject: [PATCH] Add missing crate to gonk. --- ports/gonk/src/main.rs | 1 + 1 file changed, 1 insertion(+) 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;