]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
fix up compilation wrt unixDie
authorbert hubert <bert.hubert@netherlabs.nl>
Fri, 16 Jan 2015 14:46:25 +0000 (15:46 +0100)
committerbert hubert <bert.hubert@netherlabs.nl>
Fri, 16 Jan 2015 14:46:25 +0000 (15:46 +0100)
pdns/logger.cc

index cea0ca1fd5e347c62cb90530277f0e25c0fb90c0..6779b758dca12b909609eedee8de1df32f375e0c 100644 (file)
@@ -21,7 +21,7 @@
 */
 #include "logger.hh"
 #include "config.h"
-
+#include "misc.hh"
 #ifndef RECURSOR
 #include "statbag.hh"
 extern StatBag S;