src/input.h

changeset 198
7850e9a6f007
parent 197
9cbd4f09a22f
child 200
4913bc0ff3e5
--- 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