Skip to content

Commit 8be08fd

Browse files
authored
Merge pull request microsoft#688 from jpcastberg/termios-freebsd
Include termios.h on freebsd
2 parents df1ae8c + 26f1c69 commit 8be08fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/unix/pty.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
#include <util.h>
4242
#elif defined(__FreeBSD__)
4343
#include <libutil.h>
44+
#include <termios.h>
4445
#endif
4546

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

0 commit comments

Comments
 (0)