fix freebsd include path

This commit is contained in:
luozijun 2017-12-12 08:19:39 +08:00
parent 7e0ccf206c
commit 2199ac4e42
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ fn main() {
cfg.header("sys/event.h");
if freebsd {
cfg.header("libutil.h");
cfg.header("sys/net/if_dl.h");
cfg.header("net/if_dl.h");
} else {
cfg.header("util.h");
}