]> granicus.if.org Git - neomutt/commit
Include term.h for tigetstr except for slang build.
authorThomas Klausner <wiz@NetBSD.org>
Sat, 1 Jul 2017 09:46:23 +0000 (11:46 +0200)
committerThomas Klausner <wiz@NetBSD.org>
Sat, 1 Jul 2017 11:57:01 +0000 (13:57 +0200)
commit0319495b64ed3164ad4f1d7d07b4fa96dfddd230
treeda33c25dcead903832d40f941233394b397b55e9
parent9941939a11695ba1e3f91ea13236eff331e8132f
Include term.h for tigetstr except for slang build.

Fixes
curs_main.c:529:11: warning: implicit declaration of function â€˜tigetstr’ [-Wimplicit-function-declaration]

Including it before header.h causes compilation errors because
of "int lines;" in header.h and
in term.h.
curs_main.c