<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">Fixes:

error: implicit declaration of function 'tgetent' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
--- cl/cl.h.orig	2023-09-22 20:32:31.000000000 -0700
+++ cl/cl.h	2023-09-24 00:34:31.000000000 -0700
@@ -20,6 +20,9 @@
 #else /* } { */
 #ifdef HAVE_NCURSES_H /* { */
 #include &lt;ncurses.h&gt;
+#include &lt;term.h&gt;
+#define HAVE_CURSES_SETUPTERM 1
+#define HAVE_CURSES_NEWTERM 1
 #else /* } { */
 #include &lt;curses.h&gt;
 #endif /* } */
</pre></body></html>