From: bert hubert Date: Thu, 3 Apr 2014 10:17:06 +0000 (+0200) Subject: and now for the real fix for rhel compilation failure X-Git-Tag: rec-3.6.0-rc1~88 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=15a0aaef832fcd4387e92f48c52f55b6ee59de56;p=pdns and now for the real fix for rhel compilation failure --- 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