diff --git a/ChangeLog b/ChangeLog index adf966e6..80970183 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2015-06-04 Benno Schulenberg + * src/nano.h: Fix compilation with --enable-tiny. + 2015-06-02 Benno Schulenberg * 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 #endif -#ifndef NANO_TINY #include -#endif #include /* If no vsnprintf(), use the version from glib 2.x. */