From 9c8aa8266cdc176feccdb3b5cfd9588c04d391a0 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Wed, 29 Jun 2016 12:20:11 +0200 Subject: [PATCH] dnsdist: Include editline/readline.h instead of readline.h/history.h All libedit functions are in . Including and would get non-libedit headers. --- pdns/dnsdist-console.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pdns/dnsdist-console.cc b/pdns/dnsdist-console.cc index 74f784776e..1a5e1ff1e5 100644 --- a/pdns/dnsdist-console.cc +++ b/pdns/dnsdist-console.cc @@ -1,7 +1,6 @@ #include "dnsdist.hh" #include "sodcrypto.hh" -#include -#include +#include #include #include "dolog.hh" #include "ext/json11/json11.hpp" -- 2.47.2