Added #include "../vfs/vfs.h". Otherwise mc cannot be built without VFS.

This commit is contained in:
Pavel Roskin 1998-06-08 14:21:10 +00:00
parent e6e9f038ed
commit 29c55cee18
1 changed files with 1 additions and 0 deletions

View File

@ -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;