From 15a0aaef832fcd4387e92f48c52f55b6ee59de56 Mon Sep 17 00:00:00 2001 From: bert hubert Date: Thu, 3 Apr 2014 12:17:06 +0200 Subject: [PATCH] and now for the real fix for rhel compilation failure --- pdns/mtasker.cc | 2 +- pdns/mtasker.hh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pdns/mtasker.cc b/pdns/mtasker.cc index a162a197d..605af2881 100644 --- a/pdns/mtasker.cc +++ b/pdns/mtasker.cc @@ -19,10 +19,10 @@ along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ + #include "mtasker.hh" #include "misc.hh" #include -#include #include /** \page MTasker diff --git a/pdns/mtasker.hh b/pdns/mtasker.hh index 42cd5c5c4..5c42fce4a 100644 --- a/pdns/mtasker.hh +++ b/pdns/mtasker.hh @@ -21,7 +21,7 @@ */ #ifndef MTASKER_HH #define MTASKER_HH - +#include #include #include #include -- 2.49.0