From 8e203aef9c755e16b5230831ea8318cc28414951 Mon Sep 17 00:00:00 2001 From: bert hubert Date: Fri, 16 Jan 2015 15:46:25 +0100 Subject: [PATCH] fix up compilation wrt unixDie --- pdns/logger.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/logger.cc b/pdns/logger.cc index cea0ca1fd..6779b758d 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; -- 2.40.0