Adding termios.h to openbsd headers.

Attempting to correct for conflicting defines from `rpcsvc/rex.h`
This commit is contained in:
Zac Berkowitz 2017-02-20 20:49:19 +00:00
parent 6fbb8d5974
commit e393a2d4a0
1 changed files with 1 additions and 0 deletions

View File

@ -206,6 +206,7 @@ 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");
}