From 67915f5daec8fa8f6258e639ebf500f66552542e Mon Sep 17 00:00:00 2001 From: Benno Schulenberg 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 --- 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 #endif +#include #ifdef HAVE_TERMIOS_H #include #endif