Skip to content
Snippets Groups Projects
Commit b9166f42 authored by Marcin Mielniczuk's avatar Marcin Mielniczuk
Browse files

Include sys/reg.h on Android.

parent 20591a37
No related branches found
No related tags found
No related merge requests found
......@@ -119,6 +119,9 @@ fn main() {
cfg.header("arpa/inet.h");
cfg.header("xlocale.h");
cfg.header("utmp.h");
if i686 || x86_64 {
cfg.header("sys/reg.h");
}
} else if !windows {
cfg.header("glob.h");
cfg.header("ifaddrs.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