mirror of https://github.com/MidnightCommander/mc
Added #include "../vfs/vfs.h". Otherwise mc cannot be built without VFS.
This commit is contained in:
parent
e6e9f038ed
commit
29c55cee18
|
@ -71,6 +71,7 @@
|
|||
#include "complete.h"
|
||||
#include "main.h"
|
||||
#include "key.h" /* XCTRL and ALT macros */
|
||||
#include "../vfs/vfs.h"
|
||||
|
||||
/* This flag is used in filename_completion_function */
|
||||
int ignore_filenames = 0;
|
||||
|
|
Loading…
Reference in New Issue