Fix android unused import error.

This commit is contained in:
Glenn Watson 2015-01-09 07:39:29 +10:00
parent cf047d6cef
commit 09d97bbf40

View file

@ -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"))]