From 67915f5daec8fa8f6258e639ebf500f66552542e Mon Sep 17 00:00:00 2001
From: Benno Schulenberg <bensberg@telfort.nl>
Date: Sun, 6 Aug 2017 19:32:55 +0200
Subject: [PATCH] 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>
---
 src/nano.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/nano.c b/src/nano.c
index 17da37b1..1bb67761 100644
--- 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
-- 
GitLab