From 620a6b7a84946f12f471a81918da81fc3d104de6 Mon Sep 17 00:00:00 2001 From: s0uthwest Date: Sat, 2 Feb 2019 03:29:12 -0800 Subject: Common: included for fix compiling on macOS error: use of undeclared identifier 'STDIN_FILENO' tcgetattr(STDIN_FILENO, &oldt);--- src/common.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common.c b/src/common.c index c7064d9..559f342 100644 --- a/src/common.c +++ b/src/common.c @@ -35,6 +35,7 @@ #include #include #include +#include #ifdef WIN32 #include -- cgit v1.1-32-gdbae