diff --git a/vfs/extfs.c b/vfs/extfs.c index 44c3a8077..ec0bb968b 100644 --- a/vfs/extfs.c +++ b/vfs/extfs.c @@ -36,7 +36,7 @@ #include #include "utilvfs.h" #include "../src/dialog.h" -#include "../src/main.h" /* For shell_execute */ +#include "../src/execute.h" /* For shell_execute */ #include "xdirentry.h" #include "vfs.h" #include "extfs.h" diff --git a/vfs/sfs.c b/vfs/sfs.c index c584b2a9a..465ca7b34 100644 --- a/vfs/sfs.c +++ b/vfs/sfs.c @@ -23,6 +23,7 @@ #include "vfs.h" #include "local.h" +#include "../src/execute.h" struct cachedfile { char *name, *cache;