Skip to content

Commit

Permalink
fix: windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
veeso committed Oct 25, 2024
1 parent 91dfbf8 commit 85b4f19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions remotefs-fuse/src/mount.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ mod option;

use std::path::Path;

#[cfg(unix)]
use fuser::{Session, SessionUnmounter};

pub use self::option::MountOption;
Expand Down

0 comments on commit 85b4f19

Please sign in to comment.