Skip to content

Commit

Permalink
Merge pull request #295 from agavrilov/master
Browse files Browse the repository at this point in the history
Do not compile signal_hook on Windows
  • Loading branch information
gyscos authored Oct 18, 2018
2 parents 44ddfc7 + a5e9f89 commit 861b5fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/backend/termion.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ use self::termion::screen::AlternateScreen;
use self::termion::style as tstyle;
use crossbeam_channel::{self, Receiver, Sender};
use libc;

#[cfg(unix)]
use signal_hook::iterator::Signals;

use backend;
Expand Down

0 comments on commit 861b5fb

Please sign in to comment.