Skip to content
Snippets Groups Projects
Commit 4ec884ac authored by Alan Somers's avatar Alan Somers
Browse files

Fix undefined symbol errors in CI

parent 22c13e14
No related branches found
No related tags found
No related merge requests found
......@@ -216,6 +216,10 @@ fn main() {
cfg.header("sys/ioctl_compat.h");
}
if linux || freebsd || netbsd || apple {
cfg.header("aio.h");
}
cfg.type_name(move |ty, is_struct| {
match ty {
// Just pass all these through, no need for a "struct" prefix
......
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