Browse Source

Include execute.h.

Pavel Roskin 22 years ago
parent
commit
e06e87edc2
2 changed files with 2 additions and 1 deletions
  1. 1 1
      vfs/extfs.c
  2. 1 0
      vfs/sfs.c

+ 1 - 1
vfs/extfs.c

@@ -36,7 +36,7 @@
 #include <errno.h>
 #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"

+ 1 - 0
vfs/sfs.c

@@ -23,6 +23,7 @@
 
 #include "vfs.h"
 #include "local.h"
+#include "../src/execute.h"
 
 struct cachedfile {
     char *name, *cache;