Browse Source

Fix #20

There was regression of b8a08871d0
pull/30/head
Antonio Cheong 3 years ago
committed by B. Blechschmidt
parent
commit
d94cc90663
  1. 2
      src/setup.rs

2
src/setup.rs

@ -8,7 +8,7 @@ use std::ffi::OsStr;
use std::io::BufRead;
use std::net::{IpAddr, Ipv4Addr, Ipv6Addr};
use std::os::fd::RawFd;
use std::os::unix::io::RawFd;
use std::process::{Command, Output};

Loading…
Cancel
Save