Skip to content

Commit 71bfcb8

Browse files
committed
Add missing comma
1 parent 64d9b00 commit 71bfcb8

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
@@ -1473,7 +1473,7 @@ fn test_android(target: &str) {
14731473
// Include linux headers at the end:
14741474
headers! { cfg:
14751475
"asm/mman.h",
1476-
"linux/auxvec.h"
1476+
"linux/auxvec.h",
14771477
"linux/dccp.h",
14781478
"linux/errqueue.h",
14791479
"linux/falloc.h",

0 commit comments

Comments
 (0)