diff --git a/libc-test/build.rs b/libc-test/build.rs index ce907e96..0b905497 100644 --- a/libc-test/build.rs +++ b/libc-test/build.rs @@ -155,6 +155,7 @@ fn main() { if target.starts_with("x86") { cfg.header("crt_externs.h"); } + cfg.header("net/route.h"); } if bsdlike {