From 732bd28bdfd6dc8e9abd0af43e004f82a4e6042a Mon Sep 17 00:00:00 2001 From: Pietro Cerutti Date: Tue, 18 Jul 2017 16:20:53 +0000 Subject: [PATCH] Fix the printing of ncurses version in -v output --- version.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/version.c b/version.c index e4daa1bcf..5e68b3509 100644 --- a/version.c +++ b/version.c @@ -34,9 +34,7 @@ #elif defined(HAVE_IDN_STRINGPREP_H) #include #endif -#ifdef USE_SLANG_CURSES -#include -#endif +#include "mutt_curses.h" /* #include "protos.h" */ const char *mutt_make_version(void); -- 2.40.0