mirror of https://github.com/MidnightCommander/mc
Ticket #1017: added missing #include.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
dbe8c287a0
commit
35e211123b
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue