summaryrefslogtreecommitdiff
path: root/libc-test/build.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2018-06-27 21:58:05 +0000
committerbors <bors@rust-lang.org>2018-06-27 21:58:05 +0000
commit4bd52f5e3ef5d6c8abdd1fbaf7c9975800a0dc93 (patch)
tree0284721cf90c47ddfee76535dd0cadb56efd3fa0 /libc-test/build.rs
parent8a85d662b90c14d458bc4ae9521a05564e20d7ae (diff)
parent1cc2f1e9b25588bd80a25c55cf94f4e7f42c9ebc (diff)
downloadrust-libc-4bd52f5e3ef5d6c8abdd1fbaf7c9975800a0dc93.tar.gz
Auto merge of #995 - canndrew:if_arp, r=alexcrichton
add net/if_arp.h definitions This is based on the contents of include/net/if_arp.h on my Linux system.
Diffstat (limited to 'libc-test/build.rs')
-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 a39e317971..b76b6f09ce 100644
--- a/libc-test/build.rs
+++ b/libc-test/build.rs
@@ -85,6 +85,7 @@ fn main() {
}
cfg.header("net/if.h");
cfg.header("net/route.h");
+ cfg.header("net/if_arp.h");
cfg.header("netdb.h");
cfg.header("netinet/in.h");
cfg.header("netinet/ip.h");