summaryrefslogtreecommitdiff
path: root/libc-test
diff options
context:
space:
mode:
authorAndrew Cann <shum@canndrew.org>2018-05-31 12:38:50 +0800
committerAndrew Cann <shum@canndrew.org>2018-06-01 13:10:15 +0800
commit651d6feafe07609b2387e5d9744813c3d9bd7bc9 (patch)
tree6c06d3036fc91bd014d55b3bfb5bb512d0039f6f /libc-test
parent6578c7c7d15fa0e6174bab9c8144b4c43ee703fa (diff)
downloadrust-libc-651d6feafe07609b2387e5d9744813c3d9bd7bc9.tar.gz
add rtentry
Diffstat (limited to 'libc-test')
-rw-r--r--libc-test/build.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc-test/build.rs b/libc-test/build.rs
index 327b9206b4..a39e317971 100644
--- a/libc-test/build.rs
+++ b/libc-test/build.rs
@@ -84,6 +84,7 @@ fn main() {
cfg.header("sys/socket.h");
}
cfg.header("net/if.h");
+ cfg.header("net/route.h");
cfg.header("netdb.h");
cfg.header("netinet/in.h");
cfg.header("netinet/ip.h");