diff options
Diffstat (limited to 'components/util/lib.rs')
-rw-r--r-- | components/util/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/components/util/lib.rs b/components/util/lib.rs index c8df5466a68..49fa606f39d 100644 --- a/components/util/lib.rs +++ b/components/util/lib.rs @@ -32,6 +32,8 @@ extern crate layers; extern crate libc; #[no_link] #[macro_use] extern crate cssparser; extern crate rand; +#[cfg(target_os="linux")] +extern crate regex; extern crate "rustc-serialize" as rustc_serialize; #[cfg(target_os="macos")] extern crate task_info; |