fixes for non linux compilation issues.

This commit is contained in:
2025-08-27 16:11:17 -07:00
parent 55e5c708fe
commit 56301d61fd
4 changed files with 34 additions and 14 deletions
-1
View File
@@ -1,6 +1,5 @@
//! Shared agent state: sysinfo handles and hot JSON cache.
#[cfg(target_os = "linux")]
use std::collections::HashMap;
use std::sync::atomic::{AtomicBool, AtomicUsize};
use std::sync::Arc;