mirror of https://github.com/MidnightCommander/mc
Fixed several missing includes
This commit is contained in:
parent
d58af17cb8
commit
9070aa11f7
|
@ -32,7 +32,7 @@
|
|||
#include "../src/tty/tty.h"
|
||||
#include "../src/args.h"
|
||||
#include "../src/strutil.h"
|
||||
|
||||
#include "../src/textconf.h"
|
||||
|
||||
/*** external variables **************************************************************************/
|
||||
|
||||
|
|
|
@ -33,6 +33,7 @@
|
|||
#include "../src/fileloc.h"
|
||||
#include "../src/strescape.h"
|
||||
#include "../src/skin/skin.h"
|
||||
#include "../../src/util.h"
|
||||
#include "fhl.h"
|
||||
#include "internal.h"
|
||||
|
||||
|
|
|
@ -30,6 +30,7 @@
|
|||
#include "global.h"
|
||||
|
||||
#include "../../vfs/vfs.h" /* mc_stat */
|
||||
#include "../../src/util.h"
|
||||
|
||||
#include "mcconfig.h"
|
||||
|
||||
|
|
|
@ -31,6 +31,7 @@
|
|||
#include "../src/global.h"
|
||||
#include "../src/main.h"
|
||||
#include "../src/fileloc.h"
|
||||
#include "../../src/util.h"
|
||||
#include "skin.h"
|
||||
#include "internal.h"
|
||||
|
||||
|
|
|
@ -31,6 +31,7 @@
|
|||
|
||||
#include "global.h"
|
||||
#include "ecs.h"
|
||||
#include "../src/textconf.h"
|
||||
|
||||
#ifdef USE_VFS
|
||||
static const char *const vfs_supported[] = {
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
|
||||
#include "../../src/tty/tty.h" /* tty_gotoyx, tty_print_char */
|
||||
#include "../../src/tty/win.h"
|
||||
|
||||
#include "../../src/util.h"
|
||||
#include "../../src/cons.saver.h" /* console_flag */
|
||||
|
||||
/*** global variables **************************************************/
|
||||
|
|
Loading…
Reference in New Issue