Skip to content

Commit

Permalink
fix windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
agourlay committed Aug 15, 2024
1 parent a8583b0 commit 4f5dad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/segment.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ use std::time::Duration;
use crate::mmap_view_sync::MmapViewSync;
use byteorder::{ByteOrder, LittleEndian};
#[cfg(not(unix))]
use fs4::FileExt;
use fs4::fs_std::FileExt;

/// The magic bytes and version tag of the segment header.
const SEGMENT_MAGIC: &[u8; 3] = b"wal";
Expand Down

0 comments on commit 4f5dad5

Please sign in to comment.