Skip to content

Commit 83e8a72

Browse files
committed
Fix missing cfg for headers
1 parent 9993a6d commit 83e8a72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc-test/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3552,7 +3552,7 @@ fn test_linux(target: &str) {
35523552
}
35533553

35543554
if !wasm32 {
3555-
headers! {
3555+
headers! { cfg:
35563556
[gnu]: "linux/aio_abi.h",
35573557
"linux/can.h",
35583558
"linux/can/raw.h",

0 commit comments

Comments
 (0)