Skip to content

Commit f2af721

Browse files
sampoderMuirrum
authored andcommitted
Update tun/src/unix/linux/mod.rs
This fixes an accidental change I made, sorry!
1 parent a73228c commit f2af721

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tun/src/unix/linux/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use socket2::{Domain, SockAddr, Socket, Type};
44
use std::fs::OpenOptions;
55
use std::io::{Error, Write};
66
use std::mem;
7-
use std::net::{Ipv4Addr, Ipv6Addr, SocketAddrV4};
7+
use std::net::{Ipv4Addr, Ipv6Addr, SocketAddrV4, SocketAddrV6};
88
use std::os::fd::RawFd;
99
use std::os::unix::io::{AsRawFd, FromRawFd, IntoRawFd};
1010

0 commit comments

Comments
 (0)