Skip to content

Commit bc79689

Browse files
committed
Add missing preludes
1 parent 95446f4 commit bc79689

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/unix/linux_like/linux/gnu/b64/aarch64/ilp32.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
use crate::prelude::*;
12
use crate::pthread_mutex_t;
23

34
pub const __SIZEOF_PTHREAD_CONDATTR_T: usize = 4;

src/unix/linux_like/linux/gnu/b64/aarch64/lp64.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
use crate::prelude::*;
12
use crate::pthread_mutex_t;
23

34
pub const __SIZEOF_PTHREAD_CONDATTR_T: usize = 8;

0 commit comments

Comments
 (0)