1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-25 06:12:16 +03:00

fixup compilation for x11

This commit is contained in:
Wez Furlong 2019-02-19 07:53:54 -08:00
parent b905c112e2
commit 2fc62bbf1b

View File

@ -1,4 +1,6 @@
use super::SessionTerminated;
use crate::config::Config;
use crate::font::FontConfiguration;
use crate::futurecore;
use crate::sigchld;
use crate::xwindows::xwin::TerminalWindow;