]> granicus.if.org Git - neomutt/commitdiff
build: fix slang compile
authorRichard Russon <rich@flatcap.org>
Wed, 23 Aug 2017 09:17:25 +0000 (10:17 +0100)
committerRichard Russon <rich@flatcap.org>
Wed, 23 Aug 2017 10:03:15 +0000 (11:03 +0100)
curs_main.c

index 1259efd551e590abdef588631b07f29fdf63c4ed..57e08945f759aa9e69c2daf36cb4030134ab0206 100644 (file)
@@ -60,7 +60,7 @@
 #include <ncursesw/term.h>
 #elif defined(HAVE_NCURSES_NCURSES_H)
 #include <ncurses/term.h>
-#else
+#elif !defined(USE_SLANG_CURSES)
 #include <term.h>
 #endif
 #ifdef USE_SIDEBAR