Include sys/reg.h on Android.
This commit is contained in:
parent
20591a37b9
commit
b9166f42ff
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user