From: bert hubert Date: Fri, 16 Jan 2015 14:46:25 +0000 (+0100) Subject: fix up compilation wrt unixDie X-Git-Tag: rec-3.7.0-rc1~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e203aef9c755e16b5230831ea8318cc28414951;p=thirdparty%2Fpdns.git fix up compilation wrt unixDie --- diff --git a/pdns/logger.cc b/pdns/logger.cc index cea0ca1fd5..6779b758dc 100644 --- a/pdns/logger.cc +++ b/pdns/logger.cc @@ -21,7 +21,7 @@ */ #include "logger.hh" #include "config.h" - +#include "misc.hh" #ifndef RECURSOR #include "statbag.hh" extern StatBag S;