Skip to content

Commit 1d92130

Browse files
DarksonnThomasdezeeuw
authored andcommitted
Fix
1 parent 09d8e6b commit 1d92130

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sys/unix.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ use crate::{Domain, Protocol, SockAddr, SockAddrStorage, TcpKeepalive, Type};
8383
#[cfg(not(target_os = "redox"))]
8484
use crate::{MsgHdr, MsgHdrMut, RecvFlags};
8585

86-
pub(crate) use core::os::raw::c_int;
86+
pub(crate) use std::os::raw::c_int;
8787

8888
// Used in `Domain`.
8989
pub(crate) use libc::{AF_INET, AF_INET6, AF_UNIX};

0 commit comments

Comments
 (0)