protect <readline/readline.h>
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@721 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
parent
00886e5205
commit
52f4eb1895
@ -814,7 +814,11 @@ p_prompt (void)
|
||||
}
|
||||
|
||||
#if HAVE_LIBREADLINE
|
||||
|
||||
#if HAVE_READLINE_READLINE_H
|
||||
#include <readline/readline.h>
|
||||
#endif
|
||||
|
||||
extern void add_history (const char *);
|
||||
|
||||
static char *ttyptr = NULL;
|
||||
|
Reference in New Issue
Block a user