Commit 562c67db authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Make it possible for Open/Net/DragonFly-BSD to find readline.h

parent 7678c0f8
......@@ -35,6 +35,8 @@
# include <stdio.h>
# ifdef HAVE_EDIT_READLINE_READLINE_H
# include <edit/readline/readline.h>
# elif HAVE_READLINE_READLINE_H
# include <readline/readline.h>
# else
# include <editline/readline.h>
# endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment