Skip to content

Commit ea72027

Browse files
committed
Fix compilation
1 parent 0809435 commit ea72027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sys/unix/uds/socketaddr.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use std::os::unix::ffi::OsStrExt;
33
use std::path::Path;
44
use std::{ascii, fmt};
55

6-
use crate::sys::uds::path_offset;
6+
use crate::sys::unix::uds::path_offset;
77

88
/// An address associated with a `mio` specific Unix socket.
99
///

0 commit comments

Comments
 (0)