Add missing crate to gonk.

This commit is contained in:
Josh Matthews 2015-03-03 17:56:55 -05:00
parent 9a3d58032d
commit b89339d055

View file

@ -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;