From bc74f3d3fea6a179541e12496b38fbccf1841a2d Mon Sep 17 00:00:00 2001 From: Andrew Bonner Date: Fri, 19 Sep 2025 09:41:01 -0400 Subject: [PATCH] change legacy to portable in pf_io_posix.c --- csrc/posix/pf_io_posix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csrc/posix/pf_io_posix.c b/csrc/posix/pf_io_posix.c index c66ebea..526726f 100644 --- a/csrc/posix/pf_io_posix.c +++ b/csrc/posix/pf_io_posix.c @@ -34,7 +34,7 @@ #include /* Needed on Solaris for uint32_t in termio.h */ #endif #include -#include +#include static struct termios save_termios; static int stdin_is_tty;