diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/fullscreen.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/fullscreen.rs b/examples/fullscreen.rs index c07edaa..30c9527 100644 --- a/examples/fullscreen.rs +++ b/examples/fullscreen.rs @@ -4,7 +4,7 @@ extern crate android_glue; extern crate glutin; -use std::io::stdio::stdin; +use std::old_io::stdio::stdin; mod support; |