]> granicus.if.org Git - neomutt/commitdiff
build fix for slang
authorRichard Russon <rich@flatcap.org>
Sun, 3 Apr 2016 21:24:40 +0000 (22:24 +0100)
committerRichard Russon <rich@flatcap.org>
Mon, 4 Apr 2016 02:33:19 +0000 (03:33 +0100)
build was broken when slang was enabled

version.c

index 0b9677c8dd89eb4e441cd0f022944ff7336c9e67..f1b6b59182dbb114dc9b542192d4f03a82c70673 100644 (file)
--- a/version.c
+++ b/version.c
@@ -31,6 +31,9 @@
 #elif defined (HAVE_IDN_STRINGPREP_H)
 #include <idn/stringprep.h>
 #endif
+#ifdef USE_SLANG_CURSES
+#include "slang.h"
+#endif
 
 #include "lib.h"