mirror of
https://github.com/jkcoxson/idevice.git
synced 2026-03-02 14:36:16 +01:00
Fix usbmuxd windows build
This commit is contained in:
@@ -10,7 +10,7 @@ use std::{
|
|||||||
};
|
};
|
||||||
|
|
||||||
#[cfg(not(unix))]
|
#[cfg(not(unix))]
|
||||||
use std::net::SocketAddrV4;
|
use std::net::{Ipv4Addr, SocketAddrV4};
|
||||||
|
|
||||||
use futures::Stream;
|
use futures::Stream;
|
||||||
use log::{debug, warn};
|
use log::{debug, warn};
|
||||||
|
|||||||
Reference in New Issue
Block a user