From 3ffa7ad684b9aa0b6ca4aaecceaa065323f61746 Mon Sep 17 00:00:00 2001 From: Nagy Tibor Date: Tue, 15 Aug 2017 19:28:44 +0200 Subject: [PATCH] Fix Redox build (#41) --- src/os/redox/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/os/redox/mod.rs b/src/os/redox/mod.rs index fe7ba45..ebc6984 100644 --- a/src/os/redox/mod.rs +++ b/src/os/redox/mod.rs @@ -6,7 +6,7 @@ use os::redox::orbclient::Renderer; use error::Error; use Result; use mouse_handler; -use buffer_height; +use buffer_helper; use key_handler::KeyHandler; use InputCallback; use {CursorStyle, MouseButton, MouseMode};