Skip to content

Commit 173a842

Browse files
committed
Fix import for MacOS
1 parent aed9516 commit 173a842

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/os/lsof_utils.rs

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ use std::{ffi::OsStr, net::IpAddr, process::Command, sync::OnceLock};
33
use log::warn;
44
use regex::Regex;
55

6-
use crate::network::{LocalSocket, Protocol};
6+
use crate::{
7+
mt_log,
8+
network::{LocalSocket, Protocol},
9+
};
710

811
#[allow(dead_code)]
912
#[derive(Debug, Clone)]

0 commit comments

Comments
 (0)