Skip to content

Commit

Permalink
Restore the extern
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew W. Harn <[email protected]>
  • Loading branch information
awharn committed Mar 5, 2024
1 parent edbf546 commit b840120
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions zowex/src/comm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ use tokio::io::BufReader;
use tokio::net::windows::named_pipe::{ClientOptions, NamedPipeClient};
#[cfg(target_family = "windows")]
use windows_sys::Win32::Foundation::ERROR_PIPE_BUSY;

extern crate base64;
use base64::prelude::*;

extern crate is_terminal;
Expand Down

0 comments on commit b840120

Please sign in to comment.