Skip to content

Commit f70a987

Browse files
committed
Fix builds by adding trailing commas
1 parent e39ed74 commit f70a987

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libc-test/build.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2358,7 +2358,7 @@ fn test_linux(target: &str) {
23582358
"linux/futex.h",
23592359
"linux/fs.h",
23602360
"linux/genetlink.h",
2361-
"linux/if_addr.h"
2361+
"linux/if_addr.h",
23622362
"linux/if_alg.h",
23632363
"linux/if_ether.h",
23642364
"linux/if_tun.h",
@@ -2369,7 +2369,7 @@ fn test_linux(target: &str) {
23692369
"linux/netfilter_ipv6.h",
23702370
"linux/netlink.h",
23712371
"linux/random.h",
2372-
"linux/rtnetlink.h"
2372+
"linux/rtnetlink.h",
23732373
"linux/seccomp.h",
23742374
"linux/sockios.h",
23752375
}

0 commit comments

Comments
 (0)