Fix usbmuxd windows build

This commit is contained in:
Jackson Coxson
2025-10-18 18:42:36 -06:00
parent 2ffeb0f25c
commit cf7c92f8ad

View File

@@ -10,7 +10,7 @@ use std::{
};
#[cfg(not(unix))]
use std::net::SocketAddrV4;
use std::net::{Ipv4Addr, SocketAddrV4};
use futures::Stream;
use log::{debug, warn};