Ticket #1017: added missing #include.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
Max Khon 2010-02-11 12:23:59 +00:00 committed by Andrew Borodin
parent dbe8c287a0
commit 35e211123b
1 changed files with 3 additions and 0 deletions

View File

@ -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 */