include <readline/history.h>

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1625 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
rslopes 2006-05-02 14:05:13 +00:00
parent ec5891574e
commit 8a7745bff6
1 changed files with 1 additions and 0 deletions

View File

@ -875,6 +875,7 @@ p_prompt (void)
#if HAVE_READLINE_READLINE_H
#include <readline/readline.h>
#include <readline/history.h>
#endif
static char *ttyptr = NULL;