Skip to content

Commit

Permalink
Fix freebsd build failure #703
Browse files Browse the repository at this point in the history
  • Loading branch information
dalance committed Oct 23, 2024
1 parent d4fad97 commit 66aac95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/process/freebsd.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
use bsd_kvm::{Access, KernProc, Kvm, Process};
use std::collections::HashMap;
use std::path::PathBuf;
use std::thread;
use std::time::{Duration, Instant};

Expand Down

0 comments on commit 66aac95

Please sign in to comment.