From 24c422f89dcba8b085bc15ea6e3230d85472f4e9 Mon Sep 17 00:00:00 2001 From: Gilles Dartiguelongue Date: Tue, 3 Jul 2007 12:12:11 +0000 Subject: fix iconv-detect.c, second part of bug #444882 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2007-07-03 Gilles Dartiguelongue * iconv-detect.c: fix iconv-detect.c, second part of bug #444882 svn path=/trunk/; revision=33748 --- ChangeLog | 4 ++++ iconv-detect.c | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index c45aa9a625..409fb21eb4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-07-03 Gilles Dartiguelongue + + * iconv-detect.c: fix iconv-detect.c, second part of bug #444882 + 2007-07-03 Gilles Dartiguelongue * acinclude.m4: introducing AC_HELP_STRING to beautify configure, diff --git a/iconv-detect.c b/iconv-detect.c index 67dbd8e6bf..9fc3acda6e 100644 --- a/iconv-detect.c +++ b/iconv-detect.c @@ -20,9 +20,8 @@ * */ - #include -#include +#include #include enum { -- cgit