mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-10 03:10:41 +00:00
Fix compilation for non-Unix platforms
This commit is contained in:
parent
5dfc27bd9f
commit
f4530d688b
@ -12,6 +12,8 @@ use std::sync::Arc;
|
||||
use std::thread;
|
||||
|
||||
use crossbeam_channel::{Receiver, Sender};
|
||||
|
||||
#[cfg(unix)]
|
||||
use signal_hook::iterator::Signals;
|
||||
|
||||
use event::Event;
|
||||
|
Loading…
Reference in New Issue
Block a user