From 4af124c5731af33030926a89db3660e827c005f3 Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Wed, 13 Nov 2002 09:30:57 +0000 Subject: [PATCH] Include edit.h. --- src/main.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main.c b/src/main.c index 93f3bb7b7..24a901db1 100644 --- a/src/main.c +++ b/src/main.c @@ -90,6 +90,10 @@ #include "../vfs/smbfs.h" /* smbfs_set_debug() */ #endif +#ifdef USE_INTERNAL_EDIT +# include "../edit/edit.h" +#endif + #ifdef HAVE_CHARSET #include "charsets.h" #endif /* HAVE_CHARSET */