From 87a59efc9476cc12d3e79b1afb55b9e59984b450 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Fri, 22 May 2020 17:14:35 +0100 Subject: Log ncurses and utf8proc versions. --- compat.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'compat.h') diff --git a/compat.h b/compat.h index 736a14fc..df8aa562 100644 --- a/compat.h +++ b/compat.h @@ -27,6 +27,12 @@ #include #include +#if defined(HAVE_CURSES_H) +#include +#elif defined(HAVE_NCURSES_H) +#include +#endif + #ifndef __GNUC__ #define __attribute__(a) #endif -- cgit v1.2.3