summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastian Köcher <git@kchr.de>2018-05-26 08:59:30 +0200
committerBastian Köcher <git@kchr.de>2018-05-26 10:48:02 +0200
commit6a6dc86fb28cf586faed987fafe68371f42c68c4 (patch)
tree3f8a1891ff0b2326eec5f76941227db813cd86e6
parent0280db396de7ef8db0ccaf481c0ef93ec304428f (diff)
downloadrust-libc-6a6dc86fb28cf586faed987fafe68371f42c68c4.tar.gz
Fixes test for android `getifaddrs`
-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 82491bbfdc..7dd248b8ca 100644
--- a/libc-test/build.rs
+++ b/libc-test/build.rs
@@ -134,6 +134,7 @@ fn main() {
cfg.header("arpa/inet.h");
cfg.header("xlocale.h");
cfg.header("utmp.h");
+ cfg.header("ifaddrs.h");
if i686 || x86_64 {
cfg.header("sys/reg.h");
}