Skip to content

Commit

Permalink
Hot-fix: Windows compile issue (#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyqsimon authored Jan 27, 2024
1 parent 1b58a0c commit 67711e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/os/windows.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use std::collections::HashMap;

use netstat2::*;
use sysinfo::{Pid, PidExt, ProcessExt, System, SystemExt};
use sysinfo::{Pid, System};

use crate::{
network::{LocalSocket, Protocol},
Expand Down

0 comments on commit 67711e7

Please sign in to comment.