From 35e211123b6b4b64bf20394b273e960ff2b51a32 Mon Sep 17 00:00:00 2001 From: Max Khon Date: Thu, 11 Feb 2010 12:23:59 +0000 Subject: [PATCH] Ticket #1017: added missing #include. Signed-off-by: Andrew Borodin --- lib/util.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/util.c b/lib/util.c index 80f801592..dd40aa82a 100644 --- a/lib/util.c +++ b/lib/util.c @@ -50,6 +50,9 @@ #include "lib/strutil.h" #include "src/file.h" /* copy_file_file() */ +#ifndef HAVE_CHARSET +#include "src/main.h" /* eight_bit_clean */ +#endif /*In order to use everywhere the same setup for the locale we use defines */ -- 2.11.4.GIT