From a1c4da8b04fac5a73b5e8f32661e0dda9e4c33ea Mon Sep 17 00:00:00 2001
From: Benno Schulenberg <bensberg@justemail.net>
Date: Thu, 4 Jun 2015 17:59:50 +0000
Subject: [PATCH] Fixing compilation with --enable-tiny.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5239 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
---
 ChangeLog  | 3 +++
 src/nano.h | 2 --
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index adf966e6..80970183 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2015-06-04  Benno Schulenberg  <bensberg@justemail.net>
+	* src/nano.h: Fix compilation with --enable-tiny.
+
 2015-06-02  Benno Schulenberg  <bensberg@justemail.net>
 	* doc/man/nanorc.5, doc/texinfo/nano.texi: Tweak some wordings, and
 	add some missing formatting to the Info document, and fix an mdash.
diff --git a/src/nano.h b/src/nano.h
index 33c4e530..15ad67b0 100644
--- a/src/nano.h
+++ b/src/nano.h
@@ -116,9 +116,7 @@
 #ifdef HAVE_REGEX_H
 #include <regex.h>
 #endif
-#ifndef NANO_TINY
 #include <signal.h>
-#endif
 #include <assert.h>
 
 /* If no vsnprintf(), use the version from glib 2.x. */
-- 
GitLab