Skip to content
Snippets Groups Projects
Commit 305cec31 authored by Alex Crichton's avatar Alex Crichton
Browse files

Fix musl build

parent 5822645e
No related branches found
No related tags found
Loading
......@@ -220,12 +220,14 @@ fn main() {
cfg.header("sys/sysinfo.h");
}
cfg.header("sys/reboot.h");
if !emscripten {
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");
......
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