mirror of https://github.com/MidnightCommander/mc
src/editor/spell.c: add missed #include.
Signed-off-by: Andreas Mohr <and@gmx.li> Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
7257f794d2
commit
de1edb72f8
|
@ -36,6 +36,7 @@
|
|||
#include "lib/charsets.h"
|
||||
#endif
|
||||
#include "lib/strutil.h"
|
||||
#include "lib/util.h" /* MC_PTR_FREE() */
|
||||
#include "lib/tty/tty.h" /* COLS, LINES */
|
||||
|
||||
#include "src/setup.h"
|
||||
|
|
Loading…
Reference in New Issue