Add header for mac targets

This commit is contained in:
Guillaume Gomez 2017-07-16 22:22:32 +02:00
parent 3a2d34779f
commit e7df808d68
1 changed files with 1 additions and 0 deletions

View File

@ -155,6 +155,7 @@ fn main() {
if target.starts_with("x86") {
cfg.header("crt_externs.h");
}
cfg.header("net/route.h");
}
if bsdlike {