fix windows build

Why isn't CI running on each push? It seems to only be running on tagged
commits.
This commit is contained in:
Andrew Gallant
2016-09-17 12:54:44 -04:00
parent 403ba5fdc8
commit bfbbfbf979
3 changed files with 12 additions and 7 deletions

View File

@@ -1,6 +1,7 @@
use std::io::{self, Write};
use term::{self, Terminal};
#[cfg(not(windows))]
use term::terminfo::TermInfo;
#[cfg(windows)]
use term::WinConsole;