We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f774975 commit e39ed74Copy full SHA for e39ed74
libc-test/build.rs
@@ -2358,6 +2358,7 @@ fn test_linux(target: &str) {
2358
"linux/futex.h",
2359
"linux/fs.h",
2360
"linux/genetlink.h",
2361
+ "linux/if_addr.h"
2362
"linux/if_alg.h",
2363
"linux/if_ether.h",
2364
"linux/if_tun.h",
@@ -2368,6 +2369,7 @@ fn test_linux(target: &str) {
2368
2369
"linux/netfilter_ipv6.h",
2370
"linux/netlink.h",
2371
"linux/random.h",
2372
+ "linux/rtnetlink.h"
2373
"linux/seccomp.h",
2374
"linux/sockios.h",
2375
}
0 commit comments