diff options
-rw-r--r-- | examples/parselog.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/parselog.rs b/examples/parselog.rs index 5c1836b..e04fd1e 100644 --- a/examples/parselog.rs +++ b/examples/parselog.rs @@ -1,5 +1,5 @@ //! Parse input from stdin and log actions on stdout -extern crate vtparse; +extern crate vte; use std::io::{self, Read}; |