Skip to content
Snippets Groups Projects
Commit 6a6dc86f authored by Bastian Köcher's avatar Bastian Köcher
Browse files

Fixes test for android `getifaddrs`

parent 0280db39
No related branches found
No related tags found
No related merge requests found
......@@ -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");
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment