Skip to content

Commit

Permalink
str
Browse files Browse the repository at this point in the history
  • Loading branch information
larseggert committed Sep 4, 2024
1 parent f9c2b86 commit 4c7ab9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ fn interface_and_mtu_impl(socket: &UdpSocket) -> Result<(String, usize), Error>

#[cfg(target_os = "windows")]
fn interface_and_mtu_impl(socket: &UdpSocket) -> Result<(String, usize), Error> {
use std::{ffi::c_void, slice};
use std::{ffi::c_void, slice, str};

use win_bindings::{
if_indextoname, FreeMibTable, GetIpInterfaceTable, GetUnicastIpAddressTable, AF_INET,
Expand Down

0 comments on commit 4c7ab9b

Please sign in to comment.