Skip to content
Snippets Groups Projects
Commit a6b283b1 authored by Knight's avatar Knight
Browse files

Add header file for utmp(x)

parent 09261133
No related branches found
No related tags found
No related merge requests found
......@@ -105,6 +105,7 @@ fn main() {
cfg.header("arpa/inet.h");
cfg.header("time64.h");
cfg.header("xlocale.h");
cfg.header("utmp.h");
} else if !windows {
cfg.header("glob.h");
cfg.header("ifaddrs.h");
......@@ -122,6 +123,12 @@ fn main() {
cfg.header("execinfo.h");
cfg.header("xlocale.h");
}
if openbsd {
cfg.header("utmp.h");
} else {
cfg.header("utmpx.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