We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37e7853 commit 193c73bCopy full SHA for 193c73b
core/src/net/operator/windows.rs
@@ -3,7 +3,7 @@ use crate::common::{get_timeout_time, now};
3
use crate::impl_display_by_debug;
4
use dashmap::{DashMap, DashSet};
5
use once_cell::sync::Lazy;
6
-use std::ffi::{c_int, c_uint};
+use std::ffi::{c_int, c_uint, c_void};
7
use std::io::{Error, ErrorKind};
8
use std::marker::PhantomData;
9
use std::sync::atomic::{AtomicBool, Ordering};
0 commit comments