Skip to content

Commit 8726cae

Browse files
committed
Fix windows
Signed-off-by: Bob Weinand <bob.weinand@datadoghq.com>
1 parent b562541 commit 8726cae

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

components-rs/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ use std::ffi::{c_char, OsStr};
2222
use std::path::Path;
2323
use std::ptr::null_mut;
2424
use uuid::Uuid;
25+
#[cfg(unix)]
2526
use datadog_sidecar::crashtracker::crashtracker_receiver_request_bytes;
2627
pub use libdd_crashtracker_ffi::*;
2728
pub use libdd_library_config_ffi::*;

0 commit comments

Comments
 (0)