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 */