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.
This commit is contained in:
parent
fb11c7a9ec
commit
e8fc9928cd
@ -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");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user