Skip to content

Commit b6c913c

Browse files
committed
more
1 parent 8f0e88c commit b6c913c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/native/crashtracker.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
use anyhow;
22
use std::collections::HashMap;
3-
use std::ffi::{c_void, c_int};
3+
use std::ffi::{c_void, c_int, c_char};
44
use std::sync::atomic::{AtomicU8, Ordering};
55
use std::sync::Once;
66
use std::time::Duration;

0 commit comments

Comments
 (0)