Skip to content

Commit e393a2d

Browse files
committed
Adding termios.h to openbsd headers.
Attempting to correct for conflicting defines from `rpcsvc/rex.h`
1 parent 6fbb8d5 commit e393a2d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libc-test/build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ fn main() {
206206
if openbsd {
207207
cfg.header("ufs/ufs/quota.h");
208208
cfg.header("rpcsvc/rex.h");
209+
cfg.header("termios.h");
209210
cfg.header("pthread_np.h");
210211
cfg.header("sys/syscall.h");
211212
}

0 commit comments

Comments
 (0)