From: bert hubert Date: Tue, 27 Jan 2015 13:03:24 +0000 (+0100) Subject: add lock.hh X-Git-Tag: rec-3.7.0-rc2~21 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=90e3e9390c677ca8266a128e6c9d05017c2f016c;p=pdns add lock.hh --- diff --git a/pdns/logger.cc b/pdns/logger.cc index e9d46749d..95019049b 100644 --- a/pdns/logger.cc +++ b/pdns/logger.cc @@ -26,7 +26,7 @@ #include "statbag.hh" extern StatBag S; #endif - +#include "lock.hh" #include "namespaces.hh" pthread_once_t Logger::s_once;