diff options
-rw-r--r-- | src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index cd316ca..a4ae93c 100644 --- a/src/main.rs +++ b/src/main.rs @@ -2,7 +2,7 @@ use std::ffi::c_void; use std::fs::{self, File}; use std::io::{self, Read}; use std::mem; -use std::net::{Ipv4Addr, Ipv6Addr}; +use std::net::{Ipv4Addr, Ipv6Addr, SocketAddrV4}; use std::os::fd::AsRawFd; use std::path::Path; use std::sync::{Arc, Mutex}; |