Added missed '#include "fileloc.h"' in main.c.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
Andrew Borodin 2009-10-23 10:47:34 +04:00
parent b4b30941f5
commit 89336afb6b

View File

@ -78,6 +78,7 @@
#include "command.h"
#include "wtools.h"
#include "cmddef.h" /* CK_ cmd name const */
#include "fileloc.h" /* MC_USERCONF_DIR */
#include "../vfs/vfs.h" /* vfs_translate_url() */