From: Florian Obser Date: Wed, 6 May 2015 16:40:46 +0000 (+0200) Subject: we need errno.h here X-Git-Tag: dnsdist-1.0.0-alpha1~248^2~28^2~62^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a9094efb13cb78b1daced8beaad4d04a3e180a2;p=thirdparty%2Fpdns.git we need errno.h here --- diff --git a/pdns/misc.hh b/pdns/misc.hh index 03d4f7c09c..99632853d5 100644 --- a/pdns/misc.hh +++ b/pdns/misc.hh @@ -21,6 +21,7 @@ */ #ifndef MISC_HH #define MISC_HH +#include #include #include #include