Skip to content
Snippets Groups Projects
Commit e8fc9928 authored by Zac Berkowitz's avatar Zac Berkowitz
Browse files

Removed "termios.h" from `build.rs` openbsd case.

Adding `termios.h` behind `rpcsvc/rex.h` does not solve the #define
clash since `rex.h` also defines the `_SYS_TERMIOS_H_` include guard.
parent fb11c7a9
No related branches found
No related tags found
Loading
......@@ -206,7 +206,6 @@ fn main() {
if openbsd {
cfg.header("ufs/ufs/quota.h");
cfg.header("rpcsvc/rex.h");
cfg.header("termios.h");
cfg.header("pthread_np.h");
cfg.header("sys/syscall.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