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:
vsc 2002-12-10 14:44:47 +00:00
parent 00886e5205
commit 52f4eb1895
1 changed files with 4 additions and 0 deletions

View File

@ -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;