update libc-test/build.rs

This commit is contained in:
luozijun 2017-12-12 00:52:39 +08:00
parent 722e133d78
commit e3b0b81c44

View File

@ -179,9 +179,12 @@ fn main() {
if bsdlike {
cfg.header("sys/event.h");
if apple {
cfg.header("sys/net/if_dl.h");
}
if freebsd {
cfg.header("libutil.h");
cfg.header("sys/net/if_dl.h");
} else {
cfg.header("util.h");
}