Skip to content

Commit f2ebd04

Browse files
committed
Fix musl build
1 parent 5822645 commit f2ebd04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc-test/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,12 +220,12 @@ fn main() {
220220
cfg.header("sys/sysinfo.h");
221221
}
222222
cfg.header("sys/reboot.h");
223+
cfg.header("linux/netfilter_ipv4.h");
223224
if !musl {
224225
cfg.header("asm/mman.h");
225226
cfg.header("linux/netlink.h");
226227
cfg.header("linux/magic.h");
227228
cfg.header("linux/reboot.h");
228-
cfg.header("linux/netfilter_ipv4.h");
229229

230230
if !mips {
231231
cfg.header("linux/quota.h");

0 commit comments

Comments
 (0)