Skip to content

Commit 193c73b

Browse files
committed
test accept IOCP
1 parent 37e7853 commit 193c73b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/net/operator/windows.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use crate::common::{get_timeout_time, now};
33
use crate::impl_display_by_debug;
44
use dashmap::{DashMap, DashSet};
55
use once_cell::sync::Lazy;
6-
use std::ffi::{c_int, c_uint};
6+
use std::ffi::{c_int, c_uint, c_void};
77
use std::io::{Error, ErrorKind};
88
use std::marker::PhantomData;
99
use std::sync::atomic::{AtomicBool, Ordering};

0 commit comments

Comments
 (0)