Skip to content

Commit 6c195c8

Browse files
authored
Merge pull request #817 from 42lizard/patch-1
Add OpenBSD includes for termios and util
2 parents e824dde + 7a092e9 commit 6c195c8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/unix/pty.cc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@
4242
#elif defined(__FreeBSD__)
4343
#include <libutil.h>
4444
#include <termios.h>
45+
#elif defined(__OpenBSD__)
46+
#include <util.h>
47+
#include <termios.h>
4548
#endif
4649

4750
/* Some platforms name VWERASE and VDISCARD differently */

0 commit comments

Comments
 (0)