We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b562541 commit 8726caeCopy full SHA for 8726cae
1 file changed
components-rs/lib.rs
@@ -22,6 +22,7 @@ use std::ffi::{c_char, OsStr};
22
use std::path::Path;
23
use std::ptr::null_mut;
24
use uuid::Uuid;
25
+#[cfg(unix)]
26
use datadog_sidecar::crashtracker::crashtracker_receiver_request_bytes;
27
pub use libdd_crashtracker_ffi::*;
28
pub use libdd_library_config_ffi::*;
0 commit comments