Include execute.h.

This commit is contained in:
Pavel Roskin 2003-06-22 09:18:12 +00:00
parent e4f7714ab1
commit e06e87edc2
2 changed files with 2 additions and 1 deletions

View File

@ -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"

View File

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