# HG changeset patch # User Mike Becker # Date 1788185241 -7200 # Node ID 7850e9a6f007630c2f35c85eb87b9b229bb74878 # Parent 9cbd4f09a22fa9535a0df6a87bf74bcf7d924c15 try to fix errors from outdated curses.h (e.g., older Solaris) diff -r 9cbd4f09a22f -r 7850e9a6f007 src/input.h --- 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 +#include /* necessary to avoid errors with outdated curses.h */ #include #ifdef __cplusplus