Skip to content

Commit

Permalink
Fix import for MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
cyqsimon committed Oct 20, 2023
1 parent aed9516 commit fcafef0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/os/lsof_utils.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
use std::{ffi::OsStr, net::IpAddr, process::Command, sync::OnceLock};

use log::warn;
use regex::Regex;

use crate::network::{LocalSocket, Protocol};
use crate::{
mt_log,
network::{LocalSocket, Protocol},
};

#[allow(dead_code)]
#[derive(Debug, Clone)]
Expand Down

0 comments on commit fcafef0

Please sign in to comment.