From: Carsten S. <c.s...@t-...> - 2024-03-17 05:43:22
|
Hi Holger, Am 16.03.24 um 23:15 schrieb Holger Vogt: > 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 the fix is really that simple! I can build ngspice with that small modification. Thank you! Added your suggested change as a patch for your convenience. -- Regards Carsten |