From e7df808d68bb3a0120c6b86007a49c96284f7ae7 Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Sun, 16 Jul 2017 22:22:32 +0200 Subject: [PATCH] Add header for mac targets --- libc-test/build.rs | 1 + 1 file changed, 1 insertion(+) 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 {