From e06e87edc2ceb437e375f526085f3ca30a847123 Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Sun, 22 Jun 2003 09:18:12 +0000 Subject: [PATCH] Include execute.h. --- vfs/extfs.c | 2 +- vfs/sfs.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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;