From 108666b192645c196b113f2ae4fe28bf25e08597 Mon Sep 17 00:00:00 2001 From: Slava Zanko Date: Thu, 21 Jan 2010 15:25:22 +0200 Subject: [PATCH] Added include of "fileloc.h" into subshell.c file Signed-off-by: Slava Zanko --- src/subshell.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/subshell.c b/src/subshell.c index ea9993670..11f57cdf5 100644 --- a/src/subshell.c +++ b/src/subshell.c @@ -52,6 +52,7 @@ #include "lib/tty/key.h" /* XCTRL */ #include "lib/vfs/mc-vfs/vfs.h" #include "lib/strutil.h" +#include "lib/fileloc.h" #include "panel.h" /* current_panel */ #include "wtools.h" /* query_dialog() */ -- 2.11.4.GIT