Skip to content

Commit 26f1c69

Browse files
authored
Include termios.h on freebsd
1 parent df1ae8c commit 26f1c69

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)