Fixes test for android getifaddrs

This commit is contained in:
Bastian Köcher 2018-05-26 08:59:30 +02:00
parent 0280db396d
commit 6a6dc86fb2

View file

@ -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");
}