Skip to content

Commit

Permalink
Fix musl build
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Aug 27, 2017
1 parent 5822645 commit f2ebd04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libc-test/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -220,12 +220,12 @@ fn main() {
cfg.header("sys/sysinfo.h");
}
cfg.header("sys/reboot.h");
cfg.header("linux/netfilter_ipv4.h");
if !musl {
cfg.header("asm/mman.h");
cfg.header("linux/netlink.h");
cfg.header("linux/magic.h");
cfg.header("linux/reboot.h");
cfg.header("linux/netfilter_ipv4.h");

if !mips {
cfg.header("linux/quota.h");
Expand Down

0 comments on commit f2ebd04

Please sign in to comment.