From 6bd8c1db2fa84b414db73cfde842dfb31b039913 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Tue, 2 Nov 2021 17:17:32 +0100 Subject: CMakeLists.txt: fix macOS build --- nncmpp.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'nncmpp.c') diff --git a/nncmpp.c b/nncmpp.c index 2f47053..2ae493d 100644 --- a/nncmpp.c +++ b/nncmpp.c @@ -78,9 +78,7 @@ enum #include #include #include -#ifndef TIOCGWINSZ #include -#endif // ! TIOCGWINSZ // ncurses is notoriously retarded for input handling, we need something // different if only to receive mouse events reliably. -- cgit v1.2.3