Skip to content

Commit 3881bf1

Browse files
w1ldptrwycats
authored andcommitted
Track Rust master
1 parent cd02203 commit 3881bf1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sys/socket.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
use std::{mem, ptr, fmt};
2+
use std::num::Int;
23
use libc::{c_void, c_int, socklen_t, size_t, ssize_t};
34
use fcntl::{Fd, fcntl, F_SETFL, F_SETFD, FD_CLOEXEC, O_NONBLOCK};
45
use errno::{SysResult, SysError, from_ffi};

0 commit comments

Comments
 (0)