Skip to content
Snippets Groups Projects
Commit e39ed74c authored by John Baublitz's avatar John Baublitz
Browse files

Fix builds by including linux/rtnetlink.h and linux/if_addr.h

parent f7749750
No related merge requests found
......@@ -2358,6 +2358,7 @@ fn test_linux(target: &str) {
"linux/futex.h",
"linux/fs.h",
"linux/genetlink.h",
"linux/if_addr.h"
"linux/if_alg.h",
"linux/if_ether.h",
"linux/if_tun.h",
......@@ -2368,6 +2369,7 @@ fn test_linux(target: &str) {
"linux/netfilter_ipv6.h",
"linux/netlink.h",
"linux/random.h",
"linux/rtnetlink.h"
"linux/seccomp.h",
"linux/sockios.h",
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment