]> git.ipfire.org Git - thirdparty/pdns.git/commit
dnsdist: Include editline/readline.h instead of readline.h/history.h
authorRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 29 Jun 2016 10:20:11 +0000 (12:20 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 29 Jun 2016 10:20:11 +0000 (12:20 +0200)
commit9c8aa8266cdc176feccdb3b5cfd9588c04d391a0
tree439b85f5c88932d6496d5f1e7574674852e14e18
parentcdcac27e90f46d241b261ea2077f80cce5478263
dnsdist: Include editline/readline.h instead of readline.h/history.h

All libedit functions are in <editline/readline.h>.
Including <readline.h> and <history.h> would get non-libedit headers.
pdns/dnsdist-console.cc