From 26f1c69a67c939b1333e6eacb2e88257d458cbb9 Mon Sep 17 00:00:00 2001 From: jpcastberg Date: Sun, 16 Jun 2024 23:14:24 -0700 Subject: [PATCH] Include termios.h on freebsd --- src/unix/pty.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/unix/pty.cc b/src/unix/pty.cc index de50353f9..2c99536bd 100644 --- a/src/unix/pty.cc +++ b/src/unix/pty.cc @@ -41,6 +41,7 @@ #include #elif defined(__FreeBSD__) #include +#include #endif /* Some platforms name VWERASE and VDISCARD differently */