nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit 67915f5daec8fa8f6258e639ebf500f66552542e
parent 884d410d9d2f65cc67385756183f355880437e67
Author: Benno Schulenberg <bensberg@telfort.nl>
Date:   Sun,  6 Aug 2017 19:32:55 +0200

tweaks: restore an include that is necessary on some platforms

This fixes https://savannah.gnu.org/bugs/?51674.
Reported-by: David Lawrence Ramsey <pooka109@gmail.com>

Diffstat:
Msrc/nano.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/nano.c b/src/nano.c @@ -30,6 +30,7 @@ #ifdef ENABLE_UTF8 #include <langinfo.h> #endif +#include <locale.h> #ifdef HAVE_TERMIOS_H #include <termios.h> #endif