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