Skip to content

Commit e39ed74

Browse files
committed
Fix builds by including linux/rtnetlink.h and linux/if_addr.h
1 parent f774975 commit e39ed74

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libc-test/build.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2358,6 +2358,7 @@ fn test_linux(target: &str) {
23582358
"linux/futex.h",
23592359
"linux/fs.h",
23602360
"linux/genetlink.h",
2361+
"linux/if_addr.h"
23612362
"linux/if_alg.h",
23622363
"linux/if_ether.h",
23632364
"linux/if_tun.h",
@@ -2368,6 +2369,7 @@ fn test_linux(target: &str) {
23682369
"linux/netfilter_ipv6.h",
23692370
"linux/netlink.h",
23702371
"linux/random.h",
2372+
"linux/rtnetlink.h"
23712373
"linux/seccomp.h",
23722374
"linux/sockios.h",
23732375
}

0 commit comments

Comments
 (0)