try to fix errors from outdated curses.h (e.g., older Solaris)

Mon, 31 Aug 2026 16:07:21 +0200

author
Mike Becker <universe@uap-core.de>
date
Mon, 31 Aug 2026 16:07:21 +0200
changeset 198
7850e9a6f007
parent 197
9cbd4f09a22f
child 199
3d4d361ebb80

try to fix errors from outdated curses.h (e.g., older Solaris)

src/input.h file | annotate | diff | comparison | revisions
--- a/src/input.h	Mon Aug 31 15:49:31 2026 +0200
+++ b/src/input.h	Mon Aug 31 16:07:21 2026 +0200
@@ -31,6 +31,7 @@
 #define	INPUT_H
 
 #include <stdlib.h>
+#include <stdbool.h> /* necessary to avoid errors with outdated curses.h */
 #include <curses.h>
 
 #ifdef	__cplusplus

mercurial