diff options
-rw-r--r-- | components/util/resource_files.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/components/util/resource_files.rs b/components/util/resource_files.rs index 9dd0e199ad3..c5afbaeee56 100644 --- a/components/util/resource_files.rs +++ b/components/util/resource_files.rs @@ -4,6 +4,8 @@ use std::io::{File, IoResult}; use std::path::Path; + +#[cfg(not(target_os = "android"))] use opts; #[cfg(not(target_os = "android"))] |