summaryrefslogtreecommitdiff
path: root/phpdbg.h
diff options
context:
space:
mode:
Diffstat (limited to 'phpdbg.h')
-rw-r--r--phpdbg.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/phpdbg.h b/phpdbg.h
index 12350d5425..2fa2d5093a 100644
--- a/phpdbg.h
+++ b/phpdbg.h
@@ -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"