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:
Zac Berkowitz 2017-02-24 17:20:34 +00:00
parent fb11c7a9ec
commit e8fc9928cd

View File

@ -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");
}