Ticket #31346: shell.c.patch

File shell.c.patch, 437 bytes (added by jmroot (Joshua Root), 13 years ago)
  • shell.c

    old new  
    4242# include <editline/editline.h>
    4343#endif
    4444#if defined(HAVE_READLINE) && HAVE_READLINE==1
    45 # include <readline/readline.h>
    46 # include <readline/history.h>
     45# include <editline/readline.h>
    4746#endif
    4847#if !defined(HAVE_EDITLINE) && (!defined(HAVE_READLINE) || HAVE_READLINE!=1)
    4948# define readline(p) local_getline(p,stdin)