From: Holger V. <hol...@un...> - 2024-03-16 22:42:18
|
The fix is probably trivial, but I currently cannot test it, as I do no have editline available: diff --git a/src/main.c b/src/main.c index 6b3f2cf36..698637cbb 100644 --- a/src/main.c +++ b/src/main.c @@ -26,6 +26,7 @@ It is not vailable with older libedit versions (pre-1.42.2) , thus we have to set it ourselves */ #ifdef HAVE_BSDEDITLINE #include <editline/readline.h> +#include "../misc/tilde.h" #ifndef rl_hook_func_t typedef int rl_hook_func_t(void); #endif |