aboutsummaryrefslogtreecommitdiffstats
path: root/src/types.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/types.rs')
-rw-r--r--src/types.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/types.rs b/src/types.rs
index dd432eb..f9fd3db 100644
--- a/src/types.rs
+++ b/src/types.rs
@@ -38,7 +38,7 @@ impl Size {
}
}
-impl From<Size> for nix::pty::Winsize {
+impl From<Size> for libc::winsize {
fn from(size: Size) -> Self {
Self {
ws_row: size.row,