diff options
Diffstat (limited to 'phpdbg.h')
-rw-r--r-- | phpdbg.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -68,6 +68,9 @@ # include <readline/readline.h> # include <readline/history.h> #endif +#ifdef HAVE_LIBEDIT +# include <editline/readline.h> +#endif #include "phpdbg_lexer.h" #include "phpdbg_cmd.h" |